dotfiles/config/bspwm/polybar/bar.sh
2021-03-29 19:16:45 +03:00

4 lines
139 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/polybar bar&