Files
omarchy/migrations/1754133148.sh
2025-08-11 00:46:53 +02:00

7 lines
214 B
Bash

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
omarchy-state set restart-waybar-required
fi