From 764292e24f0476571aa80356a622c2dfd5a95a94 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sat, 25 May 2024 18:44:23 +0530 Subject: [PATCH] blur hyprlock --- .config/hypr/hyprlock.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 4c41dd1..873c2e5 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -8,6 +8,13 @@ background { monitor = path = $HOME/.config/.wallpaper/lock.png # only png supported for now + blur_passes = 2 # 0 disables blurring + blur_size = 2 + noise = 0 + contrast = 0.8916 + brightness = 0.8172 + vibrancy = 0.1696 + vibrancy_darkness = 0.0 } input-field { @@ -24,7 +31,7 @@ input-field { fade_on_empty = true fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. placeholder_text = Input Password... # Text rendered in the input box when it's empty. - hide_input = false + hide_input = true rounding = -1 # -1 means complete rounding (circle/oval) check_color = rgb(204, 136, 34) fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color @@ -46,7 +53,7 @@ label { color = rgb(135, 206, 235) font_size = 35 font_family = Fira Semibold - position = 0, -30 + position = 0, -70 halign = center valign = center shadow_passes = 5