Update launch_polybar

This commit is contained in:
Vlad Doster 2020-01-02 00:00:05 -05:00 committed by GitHub
parent f5434cf499
commit 3161af4a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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