From 67fbea93a48fa898ffacd9347184202afeba02ad Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 30 Apr 2026 21:30:35 -0700 Subject: [PATCH] waybar: drop unused children-class from tray drawer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No CSS rule targets .tray-drawer-child — speculative key with no consumer. YAGNI cleanup. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/superpowers/specs/2026-04-30-waybar-tray-drawer-design.md | 1 - waybar/config.jsonc | 1 - 2 files changed, 2 deletions(-) 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 },