diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/swaylock-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/swaylock-conf.nix index 810ac019..dd250851 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/swaylock-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/swaylock-conf.nix @@ -5,7 +5,7 @@ package = pkgs.swaylock-effects; settings = { # All options are of the form . - font-size = 96; + font-size = 48; show-failed-attempts = true; effect-blur = "20x8"; screenshots = true; @@ -43,7 +43,7 @@ inside-wrong-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when invalid. # CAPS-LOCK ring-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when Caps Lock is active. - line-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the line between the inside and ring when Caps Lock is active. + line-caps-lock-color = "d65d0e00"; #d65d0e00 # Sets the color of the line between the inside and ring when Caps Lock is active. text-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the text when Caps Lock is active. inside-caps-lock-color = "00000099"; #000000 # Sets the color of the inside of the indicator when Caps Lock is active. # CLEAR