From 0035655d689bb78cfda825b1723be21542d0f272 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 27 Mar 2024 20:03:53 -0400 Subject: [PATCH] home/hypr: simplified lock screen --- home/hypr/hyprlock.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/hypr/hyprlock.conf b/home/hypr/hyprlock.conf index 0eca7fc5..eb322fdd 100644 --- a/home/hypr/hyprlock.conf +++ b/home/hypr/hyprlock.conf @@ -3,14 +3,13 @@ background { color = rgba(ca9ee6cc) path = screenshot blur_passes = 3 - blur_size = 7 - noise = 0.0117 + blur_size = 8 } input-field { monitor = - size = 250, 50 - outline_thickness = 3 + size = 300, 75 + outline_thickness = 2 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 @@ -20,7 +19,7 @@ input-field { 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 = ... # 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)