feat: add fingerprint scanner

This commit is contained in:
2026-03-19 00:10:20 +01:00
parent 39d6d77447
commit 67a6cec0a9

View File

@@ -1,20 +1,25 @@
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 = false
enabled = true
}
input-field {
@@ -57,7 +62,7 @@ label {
text = $TIME
color = rgba(242, 243, 244, 0.75)
font_size = 93
font_family = SF Pro Display Bold
font_family = SF Pro Display
position = 0, 253
halign = center
valign = center
@@ -76,7 +81,7 @@ label {
label {
monitor =
text = Enter Password
text = Enter password or scan fingerprint
color = rgba(242, 243, 244, 0.75)
font_size = 10
font_family = SF Pro Display
@@ -84,3 +89,14 @@ 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
}