- beacon: snappier in-app dissolve (OUTRO_DURATION 0.4 -> 0.2).
- hyprland.lua: split the global `layers` animation into layersIn/layersOut
so open and close differ. layersIn keeps the springy myBezier slide-in;
layersOut slides the surface back off-screen with a new easeInQuint-ish
`slideOutLate` curve — it creeps slowly then whips away in the final
quarter, instead of a uniform fade.
- windowrules.lua: drop `no_anim` from the beacon layerrule (keep blur) so
notification cards ride those layer animations again (they slid in/out via
the global anim before, since no per-namespace no_anim was deployed).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
beacon is a GTK4 layer-shell notification daemon in the Cosmonaut Shell idiom.
It owns org.freedesktop.Notifications and renders each notification as a
holographic card: scanline/sweep/noise overlay (shared lib/hologram.py) clipped
to a rounded violet holo-glass card, emitted-magenta text, glow-violet frame
(accent + squiggle for critical), materialise-out-of-static intro / dissolve
outro, top-centre stack.
Implements the interactive spec subset: body markup, urgency, replaces_id,
per-urgency timeouts, action pills, icons (name/path/raw), click-to-dismiss, and
the NotificationClosed / ActionInvoked signals.
- scripts/beacon-start.sh: LD_PRELOAD launcher
- autostart.lua: dunst -> beacon
- windowrules.lua: blur layer-rule for the `beacon` namespace (no_anim; it has
its own hologram intro)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>