From f26582aa1f125f3d468321a9d6ffe41f9aa8d364 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 2 Apr 2020 02:46:14 -0400 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 1ff1929a..247d1b60 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; killall -q polybar; done +while pgrep -x polybar >/dev/null; do killall -q polybar; done for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do $m polybar --reload main &