From 2f91bab9375eebc6e59bf4fd0a7126e91e6805cb Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 18:51:28 -0500 Subject: [PATCH] Update launch_polybar --- .local/bin/launch_polybar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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