dotfiles/.config/waybar/launch.sh
2021-03-25 00:33:49 -06:00

10 lines
200 B
Bash
Executable file

#!/usr/bin/env sh
# Terminate already running bar instances
killall -q waybar
# Wait until the processes have been shut down
while pgrep -x waybar >/dev/null; do sleep 1; done
# Launch main
waybar