This commit is contained in:
Vlad Doster 2020-01-02 00:20:16 -05:00
commit b3c8af478d

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..."