diff options
Diffstat (limited to 'hypr/hyprlock.conf')
| -rw-r--r-- | hypr/hyprlock.conf | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 0606968..ee67978 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -35,40 +35,13 @@ animations { background { monitor = - path = screenshot - blur_passes = 3 + color = rgba(120, 120, 120, 1) } -input-field { - monitor = - size = 20%, 5% - outline_thickness = 3 - inner_color = rgba(0, 0, 0, 0.0) # no fill - - fail_color = rgba(ff6633ee) rgba(ff0066ee) 40deg - outer_color = rgb(99,99,99) rgb(201,201,201) 180deg - check_color = rgb(99,99,99) rgb(201,201,201) 180deg - - font_color = rgb(143, 143, 143) - fade_on_empty = false - rounding = 15 - font_size = 32 - - font_family = $font - placeholder_text = Input password... - fail_text = $PAMFAIL - - # uncomment to use a letter instead of a dot to indicate the typed password - # dots_text_format = * - # dots_size = 0.4 - dots_spacing = 0.3 - - # uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator) - # hide_input = true - - position = 0, -20 - halign = center - valign = center +auth { + pam:enabled = true + pam:module = doas + fingerprint:enabled = true } label { |
