diff --git a/docs/superpowers/specs/2026-04-30-waybar-tray-drawer-design.md b/docs/superpowers/specs/2026-04-30-waybar-tray-drawer-design.md index 2769360..ed33abf 100644 --- a/docs/superpowers/specs/2026-04-30-waybar-tray-drawer-design.md +++ b/docs/superpowers/specs/2026-04-30-waybar-tray-drawer-design.md @@ -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 }, diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 50bbcc9..6187893 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -77,7 +77,6 @@ "orientation": "horizontal", "drawer": { "transition-duration": 200, - "children-class": "tray-drawer-child", "transition-left-to-right": true, "click-to-reveal": true },