From 019f776c5e1c945162c993eba5fda483c7287e68 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Jan 2018 13:57:55 -0600 Subject: [PATCH] i3: Move to Polybar startup script Hopefully this will remove the tungsten branch --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index aeb6749b..468b4bee 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -81,7 +81,7 @@ gaps outer 0 ## Statusbars and Daemons ################### -exec_always --no-startup-id "killall polybar && polybar -r alpha" +exec_always --no-startup-id "killall polybar && ~/.config/polybar/start.sh" #exec --no-startup-id "redshift" #exec_always --no-startup-id "compton --config ~/.config/compton.conf" #exec_always --no-startup-id "dunst"