Getting silly with i3status wrapping

This commit is contained in:
Dan Buch
2017-06-06 15:39:38 -04:00
parent 3f5677c2d1
commit ce8f0aac61
3 changed files with 72 additions and 1 deletions

View File

@@ -130,5 +130,5 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
status_command "i3status | python ~/.i3wrapper.py"
}