diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 19d3c79..cc980d1 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -36,7 +36,7 @@ input-field {
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
- fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_text = $FAIL ($PAMFAIL$FPRINTFAIL) # can be set to empty
fail_timeout = 2000 # milliseconds before fail_text and fail_color disappears
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = rgb(0, 255, 255)
@@ -108,3 +108,14 @@ label {
halign = center
valign = center
}
+auth {
+ pam {
+ enabled = true
+ }
+ fingerprint {
+ enabled = true
+ ready_message = Scan fingerprint to unlock
+ present_message = Scanning...
+ retry_delay = 250 # in milliseconds
+ }
+}