diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-08-31 23:39:55 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-08-31 23:39:55 +0200 |
commit | 9e5b14b338fa07a0da3c8799125dc217d0c8f5e5 (patch) | |
tree | 0f3af14b5bcda80c9f2d41f95c40f038ed4afa18 /i3 | |
parent | b1e8c59e7d5a7fc39e5d649212a72ef17d8bb07e (diff) | |
download | dotfiles-9e5b14b338fa07a0da3c8799125dc217d0c8f5e5.tar.gz |
switch to polybar
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -320,21 +320,6 @@ default_floating_border none gaps inner 5 -bar { - i3bar_command i3bar -t - status_command python /usr/share/powerline/bindings/i3/powerline-i3.py - #status_command i3status - font pango:DejaVu Sans Mono for Powerline 12 - - colors { - background #00000000 - focused_workspace #00000000 #00000000 #FFFFFF - active_workspace #00000000 #00000000 #FFFFFF - inactive_workspace #00000000 #00000000 #555555 - urgent_workspace #00000000 #FF000033 #555555 - } -} - # Pulse Audio controls bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 0 +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% @@ -352,3 +337,5 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next # https://gitlab.com/wavexx/acpilight bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness + +exec --no-startup-id "launch-polybar.sh" |