diff --git a/dot_config/hypr/hyprlock.conf b/dot_config/hypr/hyprlock.conf index 5f59db0..1389625 100644 --- a/dot_config/hypr/hyprlock.conf +++ b/dot_config/hypr/hyprlock.conf @@ -32,13 +32,14 @@ animations { background { monitor = - path = screenshot - blur_passes = 3 + path = ~/wallpaper/bluescreen.png + blur_passes = 0 } input-field { monitor = - size = 20%, 5% + #size = 20%, 5% + size = 400, 90 outline_thickness = 3 inner_color = rgba(0, 0, 0, 0.0) # no fill @@ -55,14 +56,14 @@ input-field { 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_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 + #hide_input = true - position = 0, -20 + position = 0, -120 halign = center valign = center }