dotfiles/config/bspwm/polybar/bar.sh
Smirnov Alexandr 197750ffa3 Clean dotfiles
2021-03-03 18:37:06 +02: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&