diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-02 08:06:30 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | 02f9acde41382874a17289abfd0c182f58a01aa2 (patch) | |
tree | df9c99f07e63b5c57a54085dba77647a640e65f7 /i3 | |
parent | 7f95086d0f07468663ce93f0916337b5d4b5b469 (diff) | |
download | dotfiles-02f9acde41382874a17289abfd0c182f58a01aa2.tar.gz dotfiles-02f9acde41382874a17289abfd0c182f58a01aa2.tar.bz2 dotfiles-02f9acde41382874a17289abfd0c182f58a01aa2.zip |
+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.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 27 |
1 files changed, 14 insertions, 13 deletions
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 |