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/mako/config | 1 + kusanagi/mako/nohup.out | 2 ++ kusanagi/wayfire.ini | 7 ++++--- kusanagi/wf-shell.ini | 21 +++++++++++---------- 4 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 kusanagi/mako/config create mode 100644 kusanagi/mako/nohup.out (limited to 'kusanagi') diff --git a/kusanagi/mako/config b/kusanagi/mako/config new file mode 100644 index 0000000..e1b7c1f --- /dev/null +++ b/kusanagi/mako/config @@ -0,0 +1 @@ +default-timeout=10000 diff --git a/kusanagi/mako/nohup.out b/kusanagi/mako/nohup.out new file mode 100644 index 0000000..4677f0b --- /dev/null +++ b/kusanagi/mako/nohup.out @@ -0,0 +1,2 @@ +[config:1] Failed to parse option 'default-timeout ' +Failed to parse config diff --git a/kusanagi/wayfire.ini b/kusanagi/wayfire.ini index 75b0574..a59981e 100644 --- a/kusanagi/wayfire.ini +++ b/kusanagi/wayfire.ini @@ -131,8 +131,8 @@ autostart_wf_shell = false # These are started by the autostart_wf_shell option above. # background = wf-background -# panel = wf-panel -# dock = wf-dock +panel = wf-panel +#dock = wf-dock # Output configuration # https://wayland.emersion.fr/kanshi/ @@ -144,7 +144,8 @@ outputs = kanshi # Screen color temperature # https://sr.ht/~kennylevinsen/wlsunset/ -gamma = wlsunset +#gamma = wlsunset +gamma = gammastep -l 48.8567:2.3508 # Idle configuration # https://github.com/swaywm/swayidle 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