Breadlock UI update: motion system, depth polish, and new animations
Adds a full motion system to the lock screen (staggered entrance, dot pop + caret, wrong-password shake, success flash, clock crossfade), depth polish (gradient veil, pill shadow + hairline border, "Enter password" hint, responsive typography), and a second wave of animations (idle breathing, success dot cascade, status slide-in, parallax unlock drift, animated checking ellipsis, opt-in Ken Burns wallpaper pan). Includes a dev-only breadlock-preview harness that renders every state to PNGs with no Wayland involved, and a design/sketch.html prototype. Fixes text alpha being dropped by cosmic-text's glyph-mask path (all text fades now work) and double-drifting that made the date/status overlap the clock/pill during unlock.
This commit is contained in:
parent
647a211a93
commit
f0b66cd791
14 changed files with 1771 additions and 84 deletions
|
|
@ -8,10 +8,16 @@ path = ""
|
|||
# v2 feature — accepted but currently just logs a warning and shows the
|
||||
# background unblurred (needs a wlr-screencopy capture, not implemented yet).
|
||||
blur = false
|
||||
# Slow Ken Burns pan on image backgrounds (gentle drift + zoom). Opt-in: the
|
||||
# background redraws continuously at a low frame rate while locked.
|
||||
ken_burns = false
|
||||
|
||||
[clock]
|
||||
# strftime format
|
||||
format = "%H:%M"
|
||||
# strftime format for the date line under the clock; empty string hides it
|
||||
# (e.g. %A · %b %d → "Friday · Aug 21")
|
||||
date_format = "%A · %b %d"
|
||||
|
||||
[font]
|
||||
family = "Varela Round"
|
||||
|
|
@ -20,3 +26,7 @@ family = "Varela Round"
|
|||
# How long the "wrong password" state (red pill) shows before input
|
||||
# re-enables, in milliseconds.
|
||||
fail_timeout_ms = 800
|
||||
|
||||
[animation]
|
||||
# Subtle glow pulse on the password pill every few seconds while idle.
|
||||
breathe = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue