Update launch_polybar

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

View File

@ -3,9 +3,6 @@
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
# 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
echo "Bars launched..."