mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
7 lines
195 B
Bash
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
|