From 89d6c3624b920904a6da98ce7edf377421c576dc Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 3 Jun 2023 20:33:12 -0500 Subject: [PATCH] fix(waybar): properly change color on workspace hover --- dots/.config/waybar/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dots/.config/waybar/style.css b/dots/.config/waybar/style.css index cc064d7e..a1621546 100644 --- a/dots/.config/waybar/style.css +++ b/dots/.config/waybar/style.css @@ -218,10 +218,7 @@ } #workspaces button:hover { - transition: none; - box-shadow: inherit; - text-shadow: inherit; - background-color: #ff5d62; + background: #98BB6C; } /* Pacman Updates */