From 3161af4a1debc8b8483b53e5fcfc48192d6981c4 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 2 Jan 2020 00:00:05 -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 c4783e92..544785d1 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