From 4db468a450893c8a3964fa6f21297e98098c3655 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 2 Aug 2025 14:13:54 +0200 Subject: [PATCH] Must use the restarter to prevent stacking! --- migrations/1754133148.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1754133148.sh b/migrations/1754133148.sh index 32ae1a1..30294ab 100644 --- a/migrations/1754133148.sh +++ b/migrations/1754133148.sh @@ -2,5 +2,5 @@ echo "Update Waybar CSS to dim unused workspaces" if ! grep -q "#workspaces button\.empty" ~/.config/waybar/style.css; then omarchy-refresh-config waybar/style.css - pkill -SIGUSR2 waybar + omarchy-restart-waybar fi