From 02f9acde41382874a17289abfd0c182f58a01aa2 Mon Sep 17 00:00:00 2001 From: dx Date: Sat, 2 May 2020 08:06:30 +0100 Subject: +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. --- i3/.config/i3/config | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 4cb8b81..b91a3c4 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -164,22 +164,23 @@ bindsym $mod+r mode "resize" client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #13ad2c client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #13ad2c -bar { - status_command py3status -c ~/.config/i3/i3status.conf - position top - workspace_buttons yes - font pango:Arial 9.5 - colors { - focused_workspace $transparent $transparent $darkwhite - inactive_workspace $transparent $transparent $white - active_workspace $transparent $transparent $white - urgent_workspace $darkred $darkred $transparent - binding_mode $darkred $darkred $transparent - } -} +# bar { +# status_command py3status -c ~/.config/i3/i3status.conf +# position top +# workspace_buttons yes +# font pango:Arial 9.5 +# colors { +# focused_workspace $transparent $transparent $darkwhite +# inactive_workspace $transparent $transparent $white +# active_workspace $transparent $transparent $white +# urgent_workspace $darkred $darkred $transparent +# binding_mode $darkred $darkred $transparent +# } +# } exec $HOME/Scripts/start_picom exec --no-startup-id $bg exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock exec --no-startup-id nm-applet exec --no-startup-id blueman-applet +exec_always sh $HOME/.config/polybar/launch.sh -- cgit v1.2.3-13-gbd6f