diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 234d5d6..56d0cde 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -63,6 +63,11 @@ button:hover { box-shadow: inset 0 -3px #ffffff; } +#workspaces button.active { + background-color: #64727D; + box-shadow: inset 0 -3px #ffffff; +} + #workspaces button.urgent { background-color: #eb4d4b; }