fix: allow for better fingerprint auth

This commit is contained in:
Ahwx 2025-05-01 10:26:42 +02:00
parent 22b6bb227b
commit ab82a8bae7

View file

@ -20,6 +20,15 @@
text_trim = true text_trim = true
} }
auth {
fingerprint {
enabled = true
ready_message = Scan fingerprint to unlock
present_message = Scanning...
retry_delay = 250 # in milliseconds
}
}
#BACKGROUND #BACKGROUND
background { background {
monitor = monitor =
@ -99,7 +108,7 @@
font_color = rgba(200, 200, 200, 1) font_color = rgba(200, 200, 200, 1)
fade_on_empty = false fade_on_empty = false
font_family = JetBrains Mono Nerd Font Mono font_family = JetBrains Mono Nerd Font Mono
placeholder_text = <span foreground="##cdd6f4"> $USER</span> placeholder_text = <span foreground="##cdd6f4"> </span>
hide_input = false hide_input = false
position = 0, -470 position = 0, -470
halign = center halign = center