2024-11-06

This commit is contained in:
fz0x1 2024-11-06 21:28:27 +00:00
parent dfd3191ee9
commit 7d9e95fafa
9 changed files with 70 additions and 32 deletions

View file

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