mirror of
https://github.com/i3/i3.git
synced 2026-02-05 03:55:35 +00:00
Bugfix: i3.config: status_command, not status_line (Thanks eeemsi)
This commit is contained in:
@ -148,7 +148,7 @@ bindsym Mod1+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_line i3status
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
|
||||
@ -149,5 +149,5 @@ bindcode $mod+27 mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_line i3status
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user