mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: allow for better fingerprint auth
This commit is contained in:
parent
22b6bb227b
commit
ab82a8bae7
1 changed files with 10 additions and 1 deletions
|
|
@ -20,6 +20,15 @@
|
|||
text_trim = true
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint {
|
||||
enabled = true
|
||||
ready_message = Scan fingerprint to unlock
|
||||
present_message = Scanning...
|
||||
retry_delay = 250 # in milliseconds
|
||||
}
|
||||
}
|
||||
|
||||
#BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
|
|
@ -99,7 +108,7 @@
|
|||
font_color = rgba(200, 200, 200, 1)
|
||||
fade_on_empty = false
|
||||
font_family = JetBrains Mono Nerd Font Mono
|
||||
placeholder_text = <span foreground="##cdd6f4"> $USER</span>
|
||||
placeholder_text = <span foreground="##cdd6f4"> </span>
|
||||
hide_input = false
|
||||
position = 0, -470
|
||||
halign = center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue