From d0ebf70dad5bbb1e257a44e1b94febcd07b47b26 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Sun, 13 Jul 2025 18:03:30 +0200 Subject: [PATCH] added gradient to tray for better visibility of icons --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 24d2571..815861c 100644 --- a/style.css +++ b/style.css @@ -148,7 +148,7 @@ window#waybar.hidden { #tray { transition: none; color: #B5E8E0; - background: #161320; + background-image: linear-gradient(to bottom, #49585E, #B5E8E0, #49585E); } #custom-launcher {