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.
32 lines
1 KiB
TOML
32 lines
1 KiB
TOML
# Copy to ~/.config/breadlock/breadlock.toml — every field is optional and
|
|
# defaults to the value shown here if omitted or the file doesn't exist.
|
|
|
|
[background]
|
|
# "color" (bread-theme palette background) or "image" (a PNG, cover-fit)
|
|
mode = "color"
|
|
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"
|
|
|
|
[input]
|
|
# 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
|