From bf85f17efd050f4ce2a2b5558029c67786cdb189 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Thu, 26 Mar 2026 15:56:31 +0100 Subject: [PATCH] Revert "feat: add fingerprint scanner" This reverts commit 67a6cec0a9a9b2c968e84060dc93ac8a5f934a76. --- .config/hypr/hyprlock.conf | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 0a30ca3..3e0cab8 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -1,25 +1,20 @@ -auth { - fingerprint { - enabled = true - } -} - background { monitor = path = ~/.config/hypr/wallpapers/.current-background.jpg color = rgba(25, 20, 20, 1.0) # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_passes = 3 - blur_size = 8 - contrast = 0.8916 + + blur_passes = 3 + blur_size = 8 + contrast = 0.8916 brightness = 0.7172 vibrancy = 0.1696 vibrancy_darkness = 0 } animations { - enabled = true + enabled = false } input-field { @@ -62,7 +57,7 @@ label { text = $TIME color = rgba(242, 243, 244, 0.75) font_size = 93 - font_family = SF Pro Display + font_family = SF Pro Display Bold position = 0, 253 halign = center valign = center @@ -81,7 +76,7 @@ label { label { monitor = - text = Enter password or scan fingerprint + text = Enter Password color = rgba(242, 243, 244, 0.75) font_size = 10 font_family = SF Pro Display @@ -89,14 +84,3 @@ label { halign = center valign = center } - -label { - monitor = - text = $LAYOUT - color = rgba(242, 243, 244, 0.75) - font_size = 10 - font_family = SF Pro Display - position = -10, 10 - halign = right - valign = bottom -}