Update launch_polybar

This commit is contained in:
Vlad Doster 2020-01-01 18:51:28 -05:00 committed by GitHub
parent fd4e8d7d46
commit 2f91bab937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
killall -q polybar killall -q polybar
# Wait until the processes have been shut down # 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 for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar main & done