dotfiles/config/berry/polybar/bar.sh
2020-12-27 14:44:22 +02:00

4 lines
140 B
Bash
Executable file

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