From ab82a8bae7568467072b502f4276bae84007d44d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 1 May 2025 10:26:42 +0200 Subject: [PATCH] fix: allow for better fingerprint auth --- modules/home/hyprlock/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprlock/default.nix b/modules/home/hyprlock/default.nix index fcd2a25..43a6f10 100644 --- a/modules/home/hyprlock/default.nix +++ b/modules/home/hyprlock/default.nix @@ -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 =  $USER + placeholder_text = hide_input = false position = 0, -470 halign = center