Update .config/polybar/colorblocks/launch.sh

This commit is contained in:
punkfairie 2024-08-04 14:16:12 -07:00
parent c3d1b2e79b
commit 5222aa2c92
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -10,6 +10,8 @@ killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
sleep 10
# Launch the bar
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do