Files
omarchy/migrations/1754133148.sh
2025-08-02 14:13:54 +02:00

7 lines
195 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-restart-waybar
fi