waybar: drop unused children-class from tray drawer

No CSS rule targets .tray-drawer-child — speculative key with no
consumer. YAGNI cleanup.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-04-30 21:30:35 -07:00
parent 1646dfcd90
commit 67fbea93a4
2 changed files with 0 additions and 2 deletions
@@ -41,7 +41,6 @@ Replace `"tray"` in `modules-right` with `"group/tray-drawer"`. Add the group de
"orientation": "horizontal",
"drawer": {
"transition-duration": 200,
"children-class": "tray-drawer-child",
"transition-left-to-right": true,
"click-to-reveal": true
},
-1
View File
@@ -77,7 +77,6 @@
"orientation": "horizontal",
"drawer": {
"transition-duration": 200,
"children-class": "tray-drawer-child",
"transition-left-to-right": true,
"click-to-reveal": true
},