dot/config/polybar/launch.sh

10 lines
198 B
Bash
Raw Normal View History

2021-10-09 21:20:41 +00:00
#!/bin/bash
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 0.1; done
polybar ws &