Dotfiles/desktopenvs/hyprdrive/beacon
Amir Alexander Abdelbaki 6ef9f31dee feat(hyprdrive): tune beacon notification open/close animation
- 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>
2026-07-21 20:37:22 +02:00
..
lib feat(hyprdrive): tune beacon notification open/close animation 2026-07-21 20:37:22 +02:00
style feat(hyprdrive/beacon): draw the divider as a Cairo magenta sine path 2026-07-19 17:36:04 +02:00
main.py feat(hyprdrive): switch notifications from dunst to beacon 2026-07-21 20:04:13 +02:00
notification.py feat(hyprdrive/beacon): draw the divider as a Cairo magenta sine path 2026-07-19 17:36:04 +02:00
paths.py feat(hyprdrive/beacon): holographic notification daemon replacing dunst 2026-07-19 16:22:01 +02:00
server.py feat(hyprdrive/beacon): holographic notification daemon replacing dunst 2026-07-19 16:22:01 +02:00
theme.py feat(hyprdrive/beacon): holographic notification daemon replacing dunst 2026-07-19 16:22:01 +02:00
window.py feat(hyprdrive): switch notifications from dunst to beacon 2026-07-21 20:04:13 +02:00