diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar index 544785d1..c4783e92 100755 --- a/.local/bin/launch_polybar +++ b/.local/bin/launch_polybar @@ -4,7 +4,7 @@ killall -q polybar # Wait until the processes have been shut down -# while pgrep -x polybar >/dev/null; do sleep 1; done +while pgrep -x polybar >/dev/null; do sleep 1; done for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar main & done