Files
hyprconf/waybar/waybar.sh
T
2023-06-01 17:45:20 +03:00

11 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