waybar: style tray drawer chevron with rotation feedback
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,3 +56,13 @@ window#waybar {
|
|||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
color: @tn-red;
|
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);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user