feat(i3): move status bar to the top of the screen

This commit is contained in:
gliech 2023-11-17 12:12:17 +01:00
parent f68e4116ce
commit c0b8e65db8

View file

@ -182,6 +182,7 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {
position top
status_command i3status status_command i3status
tray_output primary tray_output primary
} }