From 54e12f51aa8c62c9b4aa705c9d0a6c0007ac1774 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Sun, 28 Sep 2025 12:55:49 +0300 Subject: [PATCH] fix: hover animation takes too long --- waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index c0d4b56..f31c5b6 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -108,7 +108,7 @@ window#waybar.chromium { #scratchpad:hover, #power-profiles-daemon:hover { color: @accent-color; background: rgba(0, 0, 0, 0.2); - animation: hover 0.2s 1; + transition: color 0.5s ease-out, border-bottom 0.5s ease-out, background 0.5s ease-out; } #mpd:hover {