From b0262c229f98529337f22e14f27a448ff14e5719 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 15 Oct 2024 18:07:42 -0500 Subject: [PATCH] waybar: fix tray padding Signed-off-by: Myned --- options/custom/programs/waybar/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/options/custom/programs/waybar/style.css b/options/custom/programs/waybar/style.css index 4dad9dc..eb352e6 100644 --- a/options/custom/programs/waybar/style.css +++ b/options/custom/programs/waybar/style.css @@ -96,10 +96,22 @@ tooltip { color: #b58900; } -#tray .active { +#tray { + background: #073642; +} + +#tray > widget { background: none; } +#tray > widget:hover { + background: rgba(88, 110, 117, 0.25); +} + +#tray > widget > image { + padding: 4px 8px; +} + #wireplumber.muted { color: #dc322f; }