From 8b35df29898a57a53c9efcce5261a6cb5d0a9384 Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 30 Apr 2026 21:27:00 -0700 Subject: [PATCH] waybar: style tray drawer chevron with rotation feedback Co-Authored-By: Claude Sonnet 4.6 --- waybar/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/waybar/style.css b/waybar/style.css index 17b8d78..e7e2702 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -56,3 +56,13 @@ window#waybar { #temperature.critical { color: @tn-red; } + +#custom-tray-arrow { + padding: 0 12px; + color: @tn-fg-muted; + transition: transform 200ms ease; +} + +#group-tray-drawer.expanded #custom-tray-arrow { + transform: rotate(180deg); +}