config: Remove i3bar_command
Zaphym uses Sway instead of i3. The former does not understand the `i3bar_command` setting.zaphym
parent
4cfd271d9b
commit
616b9a78d6
1
config
1
config
|
@ -172,7 +172,6 @@ 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 {
|
||||||
i3bar_command exec i3bar
|
|
||||||
tray_output primary
|
tray_output primary
|
||||||
status_command exec py3status -c ~/.i3/i3status -i ~/.i3/py3status -b
|
status_command exec py3status -c ~/.i3/i3status -i ~/.i3/py3status -b
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue