diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar index 51c8e913..544785d1 100755 --- a/.local/bin/launch_polybar +++ b/.local/bin/launch_polybar @@ -4,8 +4,8 @@ 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 default & done +for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar main & done echo "Bars launched..."