Update .config/polybar/colorblocks/launch.sh

This commit is contained in:
punkfairie 2024-08-04 15:27:44 -07:00
parent e121bc1ab3
commit e7f1db6f88
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -10,8 +10,6 @@ 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