From 167336f848236d3a812b9804449fcd9336d0b4c7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 5 Dec 2021 16:23:43 +0100 Subject: waystuff config --- kusanagi/wf-shell.ini | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'kusanagi/wf-shell.ini') diff --git a/kusanagi/wf-shell.ini b/kusanagi/wf-shell.ini index a14683e..a35f55a 100644 --- a/kusanagi/wf-shell.ini +++ b/kusanagi/wf-shell.ini @@ -17,10 +17,10 @@ randomize = 0 # A special widgets is spacing widgets, it can be used to add padding everywhere on the panel # To use it, just append the amount of pixels you want as a padding # to the word "spacing" and use it as a plugin -widgets_left = spacing4 menu spacing18 launchers -widgets_center = clock -#widgets_right = network spacing6 battery spacing12 -widgets_right = network spacing12 +widgets_left = spacing4 menu spacing18 launchers spacing18 window-list +widgets_center = spacing6 +widgets_right = volume spacing6 network spacing6 battery spacing12 clock +#widgets_right = network spacing12 battery spacing12 clock # The minimal size of the panel. Note that some widgets might force panel bigger than this size. # All widgets also have individual settings for size @@ -49,16 +49,17 @@ background_color = gtk_headerbar # match the color of a GtkHeaderbar # Configuration for the launchers widget # can be a desktop file #launcher_chrome = google-chrome.desktop -launcher_firefox = firefox.desktop -launcher_terminal1 = Alacritty.desktop +launcher_0_terminal1 = Alacritty.desktop +launcher_1_qutebrowser = org.qutebrowser.qutebrowser.desktop +launcher_2_firefox = firefox.desktop +launcher_3_nau = org.gnome.Nautilus.desktop #launcher_terminal2 = mlterm.desktop #launcher_gedit = org.gnome.gedit.desktop # or a combination of bash command + icon -launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center -launcher_icon_1 = /usr/share/icons/gnome/48x48/categories/preferences-system.png +#launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center +#launcher_icon_1 = /usr/share/icons/gnome/48x48/categories/preferences-system.png -launcher_nau = org.gnome.Nautilus.desktop # spacing between widgets, can be negative launchers_spacing = 4 @@ -69,7 +70,7 @@ launchers_size = 42 # Configuration for the clock widget # clock format, uses the Glib Time formatting -clock_format = %e %a %H:%M +clock_format = %a %d/%m %H:%M # clock font clock_font = DejaVu Sans:style=Book 12 -- cgit v1.2.3