.dotfiles/linux/.config/polybar/launch.sh
2024-11-24 18:47:52 +01:00

5 lines
155 B
Bash
Executable file

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