fix(themes): drop stub waybar.css whole-swaps — four themes ran an unstyled bar (item 28)
Some checks failed
Check / eval (push) Has been cancelled

catppuccin, lumon, nord and retro-82 carried 2-14 line waybar.css
stubs from the rewrite import (f211ef0). A theme waybar.css replaces
the entire generated stylesheet, so those four shipped a raw default
Waybar: no workspace pill, cramped flush-edge right cluster, none of
the generated polish. Deleting the stubs falls them back to the
generated bar in their own palette; their full ~110-line rofi.rasi
designs are untouched. Authored whole-swap bars remain only
summer-day/night.

V2: lumon captured before/after — stub bar was default-styled,
re-capture renders the generated styling. flake check green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bernardo Magri
2026-07-05 22:22:44 +01:00
parent 39cfe0fb12
commit 90a5104f94
6 changed files with 27 additions and 22 deletions

View File

@@ -17,6 +17,23 @@ Template:
---
## 2026-07-05 — purge stub waybar.css whole-swaps (iteration #45, item 28c/d)
- **Task:** item 28 — lumon vibe capture exposed four themes shipping
an unstyled default bar.
- **Did:** deleted the stub waybar.css in catppuccin/lumon/nord/
retro-82 (214 lines of color defines from the f211ef0 rewrite
import; a theme waybar.css replaces the WHOLE generated stylesheet,
so the stubs nuked all bar styling). The four themes now get the
generated bar in their own palette; their full rofi.rasi designs
kept. Whole-swap bars are now only summer-day/night, both authored.
- **Verified:** V2 — lumon re-capture shows the generated styling
(workspace pill, padded right cluster, no edge clipping); V1 flake
check green. catppuccin/nord/retro-82 share the mechanism, not
individually captured.
- **Pending:** HARDWARE-QUEUE eyeballs; the `[human]` icon-weight call.
- **Next suggestion:** item 28 is agent-side done pending Bernardo's
taste calls — park it; take the next actionable BACKLOG item.
## 2026-07-05 — capture harness paints wallpapers (iteration #44, item 28c)
- **Task:** item 28c harness gap — captures rendered a bare base-color
backdrop because the guest had no `~/.nomarchy` runtime state.