# 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 # Hold Tab to reveal the typed password as plain characters (instead of # dots) while held. Tab can never be part of a password, so it's always # safe as a reveal gesture. reveal_hold = true [animation] # Subtle glow pulse on the password pill every few seconds while idle. breathe = true # Deepen the dim veil after this many seconds of no keystrokes (0 = off). # A gentle extra darkening for OLED/burn-in or late-night comfort. idle_dim_after_secs = 0