dotfiles-pub/linux/.local/bin/polybar.sh

8 lines
120 B
Bash
Raw Normal View History

2022-02-15 21:07:11 +00:00
#!/usr/bin/env sh
pkill polybar
while pgrep -x polybar > /dev/null; do sleep 1; done
polybar bar >> /dev/null 2>&1 &