waybar: style tray drawer chevron with rotation feedback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-04-30 21:27:00 -07:00
parent 51353cecd0
commit 8b35df2989
+10
View File
@@ -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);
}