Nixos-Config/configs/waybar/launch.sh
2026-04-02 10:27:17 -03:00

10 lines
No EOL
199 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