From 3630d7074a669544f61c4d7137c1e5f97e03e249 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 3 Jun 2023 23:25:22 -0500 Subject: [PATCH] refactor(waybar): improve visuals of taskbar --- dots/.config/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/waybar/style.css b/dots/.config/waybar/style.css index bc8ad5d7..79366c5b 100644 --- a/dots/.config/waybar/style.css +++ b/dots/.config/waybar/style.css @@ -189,11 +189,12 @@ #taskbar button.active { border-bottom: 0.2em solid #ff9e3b; + background-color: rgba(255, 158, 59, 0.3); } #taskbar button:hover { border-bottom: 0.2em solid #ff5d62; - background: transparent; + background: rgba(255, 93, 98, 0.3); } /* Worksapces */