From e7f1db6f88e58406eec773c8f6084d3011b60ab3 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 4 Aug 2024 15:27:44 -0700 Subject: [PATCH] Update .config/polybar/colorblocks/launch.sh --- dot_config/polybar/colorblocks/executable_launch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_config/polybar/colorblocks/executable_launch.sh b/dot_config/polybar/colorblocks/executable_launch.sh index 11ddadc..27c257f 100644 --- a/dot_config/polybar/colorblocks/executable_launch.sh +++ b/dot_config/polybar/colorblocks/executable_launch.sh @@ -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