mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-04 07:39:24 +00:00
7 lines
194 B
Bash
7 lines
194 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
|
||
|
pkill -SIGUSR2 waybar
|
||
|
fi
|