From c4928b163a5ac27de52d07d69ba22f6c31aef1ce Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 21 Dec 2024 03:09:16 +0100 Subject: [PATCH 1/3] Fix outer color circle for hyprlock 0.6.0 --- home/.config/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 8337a5f..6058d33 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -28,7 +28,7 @@ input-field { size = 300, 250 rounding = -1 outline_thickness = 30 - outer_color = rgba(129, 162, 190, 85) + outer_color = rgba(33ccffee) inner_color = rgb(29, 31, 33) font_color = rgb(100, 100, 100) From 339e17716c925e36298fe3725f689c7e6f092fe0 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 21 Dec 2024 03:47:48 +0100 Subject: [PATCH 2/3] hyprlock: Use ints for shadow size, not floats --- home/.config/hypr/hyprlock.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 6058d33..91286e0 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -94,7 +94,7 @@ label { font_family = Noto Sans shadow_passes = 1 - shadow_size = 1.2 + shadow_size = 1 shadow_boost = 1.0 position = 0, -200 @@ -110,7 +110,7 @@ label { font_family = Noto Sans shadow_passes = 1 - shadow_size = 1.2 + shadow_size = 1 shadow_boost = 1.0 position = 0, -230 From 5a0132296b817d61bb8302243ca24c4000d5c5d4 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 21 Dec 2024 03:52:48 +0100 Subject: [PATCH 3/3] hyprlock: don't use a negative rgb value, lol --- home/.config/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 91286e0..3d54a53 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -32,7 +32,7 @@ input-field { inner_color = rgb(29, 31, 33) font_color = rgb(100, 100, 100) - check_color = rgb(204, -136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts) + check_color = rgb(204, 136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts) fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed fail_transition = 500 # transition time in ms between normal outer_color and fail_color fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)