Moving away from SIGUSER2 didn't help with the stacking, so return it

This commit is contained in:
David Heinemeier Hansson
2025-07-19 15:11:52 -05:00
parent cf71a3f101
commit f569c4e365
2 changed files with 2 additions and 4 deletions

View File

@ -6,6 +6,5 @@ if gum confirm "Refresh Waybar config? This will replace your current settings w
cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null
# Restart waybar
pkill waybar
setsid waybar >/dev/null 2>&1 &
pkill -SIGUSR2 waybar
fi