From e56ae7a711ab1d098ce74a86791206523f1ea2d8 Mon Sep 17 00:00:00 2001 From: "tibo.depeuter" Date: Sun, 13 Mar 2022 23:49:32 +0100 Subject: [PATCH] Fixed updated bar when volume is changed --- i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index 881b0ce..4fd33a8 100644 --- a/i3/config +++ b/i3/config @@ -6,9 +6,6 @@ # Autostart # ========= -# Start f.lux -exec --no-startup-id xflux -l 51.018613 -g 3.752184 -k 3000 -r 1 - # Increase font size for everything except applications exec xrandr --dpi 125 @@ -16,6 +13,9 @@ exec xrandr --dpi 125 # https://wiki.archlinux.org/index.php/XDG_Autostart exec --no-startup-id dex --autostart --environment i3 +# Start f.lux +exec --no-startup-id xflux -l 51.018613 -g 3.752184 -k 3000 -r 1 + # Set background exec --no-startup-id xsetroot -solid "#333333" exec --no-startup-id feh --bg-scale '/usr/share/backgrounds/spirit.png' @@ -187,6 +187,9 @@ bindsym $winkey+Control+Shift+Left move container to workspace prev; workspace p # System Control # ============== +# Reload statusbar if there are changes to i.e. volume +exec --no-startup-id i3-msg -t command reload + # Reload the configuration file bindsym $alt+Shift+c reload # Restart i3 inplace (preserves your layout/session, can be used to upgrade i3)