Clean up polybar launch script
This commit is contained in:
parent
1b3c29f85a
commit
1784dc717d
@ -7,5 +7,6 @@ killall -q polybar
|
|||||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||||
|
|
||||||
# Launch bar1 and bar2
|
# Launch bar1 and bar2
|
||||||
polybar bar1 &
|
polybar top &
|
||||||
|
polybar bottom &
|
||||||
echo "Polybars launched..."
|
echo "Polybars launched..."
|
||||||
|
Loading…
Reference in New Issue
Block a user