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