aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/hyprlock.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hyprland/hyprlock.conf')
-rw-r--r--hyprland/hyprlock.conf18
1 files changed, 17 insertions, 1 deletions
diff --git a/hyprland/hyprlock.conf b/hyprland/hyprlock.conf
index bcaa496..575a504 100644
--- a/hyprland/hyprlock.conf
+++ b/hyprland/hyprlock.conf
@@ -18,6 +18,22 @@ general {
fractional_scaling = 0
}
+auth {
+ fingerprint:enabled = true
+ fingerprint:ready_message = <i>Enter password or scan fingerprint</i>
+}
+
+# INPUT FIELD
+label {
+ text = $FPRINTPROMPT
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 20
+ font_family = Iosevka Nerd Font
+ position = 0, -60
+ halign = center
+ valign = center
+}
+
# INPUT FIELD
input-field {
size = 300, 50
@@ -35,7 +51,7 @@ input-field {
placeholder_text = <i><span foreground="##cdd6f4">Password</span></i>
fail_text = $FAIL
hide_input = false
- position = 0, -120
+ position = 0, -140
halign = center
valign = center
}