mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
214 B
Bash
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
|