From df58feb9c9ebad3b289ec2081f89ffd5f07af04b Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 23 Apr 2024 20:50:06 -0500 Subject: [PATCH] Stylize hover effect on waybar workspaces --- sericea/.config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sericea/.config/waybar/style.css b/sericea/.config/waybar/style.css index b64063e4..100eac49 100644 --- a/sericea/.config/waybar/style.css +++ b/sericea/.config/waybar/style.css @@ -25,6 +25,11 @@ window#waybar { color: #a89984; padding: 0 0.9em; } +#workspaces button:hover { + box-shadow: inherit; + text-shadow: inherit; + background-color: #504945; +} #workspaces button.focused { color: #ebdbb2; font-weight: bold;