Turn on fingerprint authentication for hyprlock

Still requires setting up fprint, but we explain that in the manual.
Closes #54.
This commit is contained in:
David Heinemeier Hansson
2025-07-04 14:51:33 -07:00
parent 3b755b09aa
commit a736c95fdc
7 changed files with 41 additions and 13 deletions

View File

@ -32,11 +32,15 @@ input-field {
font_color = rgba(212,190,152,1.0)
placeholder_color = rgba(212,190,152,0.6)
placeholder_text = Enter Password
placeholder_text = Enter Password 󰈷 
check_color = rgba(214, 153, 92, 1.0)
fail_text = Wrong
rounding = 0
shadow_passes = 0
fade_on_empty = false
}
}
auth {
fingerprint:enabled = true
}