From b71f90af51eb32366fa23e3bc4d13ee253c7ecd5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 19:31:00 +0900 Subject: [PATCH] test --- .../hyprland/gruvbox/swaylock-conf.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 7b8c991d..34b6ad70 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 @@ -24,18 +24,18 @@ text-color = "83a598"; #83a598 # Sets the color of the text. key-hl-color = "fe8019"; #fe8019 # Sets the color of the key press highlight segments. - separator-color = "ebdbb200"; #ebdbb2 + separator-color = "ebdbb200"; #ebdbb2 # Sets the color of the lines that separate highlight segments. inside-color="00000099"; #000000 # Sets the color of the inside of the indicator. - inside-clear-color="00000099"; # Sets the color of the inside of the indicator when cleared. - inside-caps-lock-color="00000099"; # Sets the color of the inside of the indicator when Caps Lock is active. - inside-ver-color="00000099"; # Sets the color of the inside of the indicator when verifying. - inside-wrong-color="00000099"; # Sets the color of the inside of the indicator when invalid. + inside-clear-color="00000099"; #000000 # Sets the color of the inside of the indicator when cleared. + inside-caps-lock-color="00000099";#000000 # Sets the color of the inside of the indicator when Caps Lock is active. + inside-ver-color="00000099"; #000000 # Sets the color of the inside of the indicator when verifying. + inside-wrong-color="00000099"; #000000 # Sets the color of the inside of the indicator when invalid. - ring-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator. - ring-clear-color = ""; # Sets the color of the ring of the indicator when cleared. - ring-caps-lock-color = ""; # Sets the color of the ring of the indicator when Caps Lock is active. - ring-ver-color = ""; # Sets the color of the ring of the indicator when verifying. + ring-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator. + ring-clear-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when cleared. + ring-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when Caps Lock is active. + ring-ver-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when verifying. ring-wrong-color = "f2594bD9"; #f2594bD9 # Sets the color of the ring of the indicator when invalid. line-color = "ebdbb200"; #ebdbb2 # Sets the color of the line between the inside and ring.