5 lines
157 B
Bash
Executable file
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 &
|