diff --git a/home/hypr/hyprlock.conf b/home/hypr/hyprlock.conf index 03cef52f..0eca7fc5 100644 --- a/home/hypr/hyprlock.conf +++ b/home/hypr/hyprlock.conf @@ -1,22 +1,26 @@ background { monitor = - color = rgba(0, 0, 0, 1) + color = rgba(ca9ee6cc) + path = screenshot + blur_passes = 3 + blur_size = 7 + noise = 0.0117 } input-field { monitor = - size = 200, 50 + size = 250, 50 outline_thickness = 3 dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = false dots_rounding = -1 # -1 default circle, -2 follow input-field rounding - outer_color = rgb(151515) - inner_color = rgb(200, 200, 200) - font_color = rgb(10, 10, 10) - fade_on_empty = true + outer_color = rgb(48, 52, 70) + inner_color = rgb(250, 250, 250) + font_color = rgb(48, 52, 70) + fade_on_empty = false fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. - placeholder_text = Input Password... # Text rendered in the input box when it's empty. + # placeholder_text = Input Password... # Text rendered in the input box when it's empty. hide_input = false rounding = -1 # -1 means complete rounding (circle/oval) check_color = rgb(204, 136, 34) @@ -29,7 +33,7 @@ input-field { invert_numlock = false # change color if numlock is off swap_font_color = false # see below - position = 0, -20 + position = 0, 0 halign = center valign = center } \ No newline at end of file