Whisker sets the popup's GTK widget name via gtk_widget_set_name(),
which CSS matches as #id, not .class. All prior .whisker-menu /
.whiskermenu-window rules matched nothing. Switch to #whiskermenu-window
(also outranks the base window.background gray rule). Whole popup —
list/icon views, search entry, category buttons — now uses @menu_bg.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add @menu_bg (#2a1d33) and @menu_border (#4d3461); point menus,
popovers, and the Whisker menu at them. Tooltips/menubars/cards
stay on the gray surface palette.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- restore.sh: after folder+venv+frontend restore, runs
assets/themes/install-theme.sh to rebuild the desktop wiring
- backup.sh: snapshots live xfconf + GTK 3/4 settings.ini into
assets/themes/restore-snapshot/ before the router mirror, so the
backup captures actual state (install-theme.sh stays the applier)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Captures the known-good state after theme consolidation and
consistency reconciliation:
- NexusOS GTK/xfwm4/icon theme assets (assets/themes, management/Mint-Y-Nexus)
- Tightened right-click menus, visible separators, no menu icons
- assets/themes/install-theme.sh: idempotent restore of all wiring
(symlinks, xfconf xsettings+xfwm4, GTK 3/4 settings.ini)
- .gitignore excludes venv/ollama/models/runtime/db
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>