dotfiles/.bin/launch_polybar.sh
2024-08-27 22:43:33 +07:00

7 lines
141 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/polybar/config.ini &