blob: 34861751f1091f0abc9243753139fd6f69211527 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# Polybar is starting when .xprofile is sourced,
# but in that case workspaces module won't start
# for openbox. This is dirty hack, but I don't
# need to change .xprofile
killall -q polybar
polybar example &
|