Files
i3-themer/scripts/polybar/launch.sh
T
2017-04-12 19:11:49 +03:00

12 lines
257 B
Bash

# Basic script to kill all old bars and launch new.
# Terminate already running bad instances
killall -q polybar
# Wait until the processes have been shut down
while grep -x polybar >/dev/null; do sleep 1; done
# Launch the example bar
polybar main_bar