From 7aded1fb40e524100e9c672abfa50d49f1d52ec5 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 13 Mar 2025 19:24:29 -0400 Subject: [PATCH] comment out invalid hyprlock settings --- users/alice/home/hypr/hyprlock.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/users/alice/home/hypr/hyprlock.nix b/users/alice/home/hypr/hyprlock.nix index 7bd68a0..e02b05c 100644 --- a/users/alice/home/hypr/hyprlock.nix +++ b/users/alice/home/hypr/hyprlock.nix @@ -11,7 +11,8 @@ settings = { general = { immediate_render = true; - no_fade_in = true; + # disabling as config doesn't exist + #no_fade_in = true; }; background = { monitor = ""; @@ -54,7 +55,8 @@ dots_spacing = 0.15; # Scale of dots' absolute size, -1.0 - 1.0 dots_center = false; dots_rounding = -1; # -1 default circle, -2 follow input-field rounding - dots_fade_time = 200; # Milliseconds until a dot fully fades in + # disabling as config doesn't exist + # dots_fade_time = 200; # Milliseconds until a dot fully fades in dots_text_format = ""; # Text character used for the input indicator. Leave empty for a rectangle that will be rounded via dots_rounding (default). # disabling due to stylix # outer_color = "rgb(151515)"; @@ -70,7 +72,8 @@ #fail_color = "rgb(204, 34, 34)"; # if authentication failed, changes outer_color and fail message color fail_text = "$FAIL ($ATTEMPTS)"; # can be set to empty fail_timeout = 2000; # milliseconds before fail_text and fail_color disappears - fail_transition = 300; # transition time in ms between normal outer_color and fail_color + # disabling as config doesn't exist + #fail_transition = 300; # transition time in ms between normal outer_color and fail_color capslock_color = -1; numlock_color = -1; bothlock_color = -1; # when both locks are active. -1 means don't change outer color (same for above)