dotfiles/config/bspwm/bar.sh
2021-01-22 11:27:54 +02:00

4 lines
131 B
Bash
Executable file

#!/bin/bash
killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar -c ~/.config/bspwm/polybar bar&