+polybar to i3 config

Will now start instead of py3status bar. I've still got the config there
in case I want to try it some other time.
This commit is contained in:
dx
2020-05-02 08:06:30 +01:00
parent 7f95086d0f
commit 02f9acde41

View File

@@ -164,22 +164,23 @@ bindsym $mod+r mode "resize"
client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #13ad2c client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #13ad2c
client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #13ad2c client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #13ad2c
bar { # bar {
status_command py3status -c ~/.config/i3/i3status.conf # status_command py3status -c ~/.config/i3/i3status.conf
position top # position top
workspace_buttons yes # workspace_buttons yes
font pango:Arial 9.5 # font pango:Arial 9.5
colors { # colors {
focused_workspace $transparent $transparent $darkwhite # focused_workspace $transparent $transparent $darkwhite
inactive_workspace $transparent $transparent $white # inactive_workspace $transparent $transparent $white
active_workspace $transparent $transparent $white # active_workspace $transparent $transparent $white
urgent_workspace $darkred $darkred $transparent # urgent_workspace $darkred $darkred $transparent
binding_mode $darkred $darkred $transparent # binding_mode $darkred $darkred $transparent
} # }
} # }
exec $HOME/Scripts/start_picom exec $HOME/Scripts/start_picom
exec --no-startup-id $bg exec --no-startup-id $bg
exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id blueman-applet exec --no-startup-id blueman-applet
exec_always sh $HOME/.config/polybar/launch.sh