Must use the restarter to prevent stacking!

This commit is contained in:
David Heinemeier Hansson
2025-08-02 14:13:54 +02:00
parent 2823792ba2
commit 4db468a450

View File

@ -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