Archived
1
0

config: Remove i3bar_command

Zaphym uses Sway instead of i3.  The former does not understand the
`i3bar_command` setting.
This commit is contained in:
Dustin C. Hatch
2020-04-30 12:48:30 -05:00
parent 4cfd271d9b
commit 616b9a78d6

1
config
View File

@@ -172,7 +172,6 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
i3bar_command exec i3bar
tray_output primary
status_command exec py3status -c ~/.i3/i3status -i ~/.i3/py3status -b
}