Revert "feat: add fingerprint scanner"

This reverts commit 67a6cec0a9.
This commit is contained in:
2026-03-26 15:56:31 +01:00
parent 68849a8eec
commit bf85f17efd

View File

@@ -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
}