Clean up polybar launch script

This commit is contained in:
Salt 2017-07-30 16:30:58 -05:00
parent 1b3c29f85a
commit 1784dc717d

View File

@ -7,5 +7,6 @@ killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar bar1 &
polybar top &
polybar bottom &
echo "Polybars launched..."