.dotfiles/linux/.config/polybar/launch.sh
2024-11-08 14:37:34 +00:00

5 lines
157 B
Bash
Executable file

killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
MONITOR="HDMI-1-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &