From 9e946c761115e32b56435ae0aacac43e1c89f892 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 22 Dec 2024 05:12:56 +0100 Subject: [PATCH] hyprlock: add disabled fingerprint reader support --- home/.config/hypr/hyprlock.conf | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 797fcc2..63d7392 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -8,6 +8,12 @@ general { grace = 3 } +auth { + pam:enabled = true + #fingerprint:enabled = true +} + + background { path = ~/Media/Pictures/Wallpapers/Categories/Extra/origami.png blur_passes = 3 @@ -123,6 +129,24 @@ label { valign = center } +# Fingerprint scan status +label { + text = $FPRINTMESSAGE + color = rgba(153, 153, 153, 1.0) # gray + + font_size = 14 + font_family = Noto Sans + + shadow_passes = 1 + shadow_size = 1 + shadow_boost = 1.0 + + position = 0, 0 + halign = center + valign = bottom +} + + # Splash text label { text = Session Locked @@ -189,7 +213,7 @@ label { color = rgba(129, 162, 190, 1.0) font_size = 11 font_family = Noto Sans - + shadow_passes = 1 shadow_size = 5 shadow_boost = 1.8