dotfiles/.config/scripts/launch_polybar.sh
2024-08-27 22:07:40 +07:00

7 lines
162 B
Bash
Executable File

#!/usr/bin/env sh
killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar -c ~/.config/bspwm/themes/mytheme/polybar/config.ini &