20241108-1

This commit is contained in:
fz0x1 2024-11-08 14:37:34 +00:00
parent 528da39d49
commit e269923d78
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
3 changed files with 73 additions and 105 deletions

View file

@ -1,9 +1,5 @@
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
sleep 1
MONITOR="HDMI-1-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &