From 91d1e9cc77e80e591ca9131fcf689eb6a8296650 Mon Sep 17 00:00:00 2001 From: willifan Date: Sun, 17 Nov 2024 22:14:13 +0100 Subject: [PATCH] resolved stylix conflict --- users/willifan/desktop/hyprland/Lenni/hyprlock.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/users/willifan/desktop/hyprland/Lenni/hyprlock.nix b/users/willifan/desktop/hyprland/Lenni/hyprlock.nix index 82f1dc1..2a697c2 100644 --- a/users/willifan/desktop/hyprland/Lenni/hyprlock.nix +++ b/users/willifan/desktop/hyprland/Lenni/hyprlock.nix @@ -8,8 +8,6 @@ settings = { background = { monitor = ""; - path = "screenshot"; # only png supported for now - color = "rgba(25, 20, 20, 1.0)"; # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_passes = 3; # 0 disables blurring blur_size = 7; @@ -28,16 +26,11 @@ 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; 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; 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 fail_text = "$FAIL ($ATTEMPTS)"; # can be set to empty fail_transition = 300; # transition time in ms between normal outer_color and fail_color capslock_color = -1;