diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-04-12 17:04:24 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:40:49 -0600 |
commit | 0504f3e2a4e837823fe7e54ae9b32d431ff4df9d (patch) | |
tree | ad54c7190dad715d9cd53690a346de06e66535e0 /desktop/.config/i3/config | |
parent | 389e5e5ebff62882a4dcb1bb573e33044b6d1268 (diff) |
desktop: switch to polybar
Diffstat (limited to 'desktop/.config/i3/config')
-rw-r--r-- | desktop/.config/i3/config | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/desktop/.config/i3/config b/desktop/.config/i3/config index e9957d1..2eb564f 100644 --- a/desktop/.config/i3/config +++ b/desktop/.config/i3/config @@ -8,6 +8,9 @@ set $mod Mod4 # is used in the bar {} block below. font pango:monospace 12 +# status bar +exec --no-startup-id polybar example + # Use pactl to adjust volume in PulseAudio. bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% @@ -142,9 +145,3 @@ client.focused #af56d8 #5e1082 #ffffff #af56d8 #5e1082 client.urgent #d856c0 #82106d #ffffff #d856c0 #82106d client.focused_inactive #5e1082 #35253d #926da3 #5e1082 #35253d client.unfocused #4c6470 #29253d #6d92a3 #105e82 #25353d - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -bar { - status_command i3status -c ~/.config/i3status/config -} |