Files
i3-themer/scripts/polybar/launch.sh
T

12 lines
206 B
Bash

# 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