mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue