| 1 |
# Alloy swaylock configuration |
| 2 |
# |
| 3 |
# v0 lockscreen per docs/STACK.md#lock. The bespoke egui lockscreen |
| 4 |
# is the first marquee design-system app (v1 target); this config is |
| 5 |
# what ships until then. Palette per docs/TOKENS.md. |
| 6 |
# |
| 7 |
# Bound in the sway config as Mod+Ctrl+L. No image — surface color from the |
| 8 |
# palette so the transition into lock reads as chrome, not media. |
| 9 |
|
| 10 |
daemonize |
| 11 |
ignore-empty-password |
| 12 |
show-failed-attempts |
| 13 |
indicator-caps-lock |
| 14 |
|
| 15 |
# ------------------------------------------------------------------- |
| 16 |
# Colors — Alloy light-mode ramp. All values are RRGGBBAA (swaylock's |
| 17 |
# native format is 8-hex-with-alpha; opaque = FF suffix). |
| 18 |
# ------------------------------------------------------------------- |
| 19 |
color=f5f2eaFF # surface (background) |
| 20 |
inside-color=faf7efFF # surface-raised |
| 21 |
inside-clear-color=faf7efFF |
| 22 |
inside-caps-lock-color=faf7efFF |
| 23 |
inside-ver-color=faf7efFF |
| 24 |
inside-wrong-color=faf7efFF |
| 25 |
|
| 26 |
ring-color=c9c3b5FF # border |
| 27 |
ring-clear-color=d1a234FF # accent-warn (clear pending) |
| 28 |
ring-caps-lock-color=d1a234FF |
| 29 |
ring-ver-color=4a86c0FF # accent-info (verifying) |
| 30 |
ring-wrong-color=c25d4fFF # accent-error |
| 31 |
|
| 32 |
line-color=e0dbcfFF # border-subtle |
| 33 |
line-clear-color=e0dbcfFF |
| 34 |
line-caps-lock-color=e0dbcfFF |
| 35 |
line-ver-color=e0dbcfFF |
| 36 |
line-wrong-color=e0dbcfFF |
| 37 |
|
| 38 |
text-color=302c22FF # text-primary |
| 39 |
text-clear-color=302c22FF |
| 40 |
text-caps-lock-color=302c22FF |
| 41 |
text-ver-color=302c22FF |
| 42 |
text-wrong-color=302c22FF |
| 43 |
|
| 44 |
key-hl-color=d1a234FF # accent-warn |
| 45 |
bs-hl-color=c25d4fFF # accent-error |
| 46 |
caps-lock-key-hl-color=d1a234FF |
| 47 |
caps-lock-bs-hl-color=c25d4fFF |
| 48 |
|
| 49 |
separator-color=00000000 # transparent |
| 50 |
|
| 51 |
# ------------------------------------------------------------------- |
| 52 |
# Layout |
| 53 |
# ------------------------------------------------------------------- |
| 54 |
indicator-radius=90 |
| 55 |
indicator-thickness=6 |
| 56 |
indicator-idle-visible |
| 57 |
font=IosevkaTerm Nerd Font |
| 58 |
font-size=16 |
| 59 |
|