1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-18 08:16:57 +00:00

8 lines
122 B
Bash
Executable File

#!/bin/bash
# Stop all waybar instances
killall -q waybar
while pgrep -x waybar >/dev/null; do sleep 0.1; done
waybar &