diff options
Diffstat (limited to 'desktop/.config/i3')
-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 -} |