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