Files
omarchy/themes/gruvbox/hyprlock.conf
David Heinemeier Hansson a736c95fdc Turn on fingerprint authentication for hyprlock
Still requires setting up fprint, but we explain that in the manual.
Closes #54.
2025-07-04 14:51:33 -07:00

47 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ────────────────────────────────────────────────────────────
# Hyprlock — Gruvbox theme
# ────────────────────────────────────────────────────────────
general {
disable_loading_bar = true
no_fade_in = false
}
background {
monitor =
color = rgba(40,40,40,1.0) # #282828 solid color
}
animations {
enabled = false
}
input-field {
monitor =
size = 600, 100
position = 0, 0
halign = center
valign = center
inner_color = rgba(40,40,40,0.8) # #282828 with opacity
outer_color = rgba(212,190,152,1.0) # #d4be98
outline_thickness = 4
font_family = CaskaydiaMono Nerd Font
font_size = 32
font_color = rgba(212,190,152,1.0)
placeholder_color = rgba(212,190,152,0.6)
placeholder_text = Enter Password 󰈷 
check_color = rgba(214, 153, 92, 1.0)
fail_text = Wrong
rounding = 0
shadow_passes = 0
fade_on_empty = false
}
auth {
fingerprint:enabled = true
}