From fe11a38ca8e1ecb64c9bac5c786658f58eef53d9 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 28 Nov 2017 14:02:38 -0600 Subject: [PATCH] i3: Switch to more potent Polybar layout --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 7621cd5b..a6190670 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -56,7 +56,7 @@ font pango:xos4 Terminus 9 # Use in case of NODM/autologin and .xinitrc -- If we're just starting the system, we need to lock it up. #exec --no-startup-id "i3lock -i ~/.i3splash" -exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma" +exec_always --no-startup-id "killall polybar; sleep 1; polybar -r alpha" #exec --no-startup-id "redshift" #exec_always --no-startup-id "compton --config ~/.config/compton.conf" #exec_always --no-startup-id "dunst"