From 657a5408e9fba8ead1a72fd99294851fa7192668 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 19:28:41 +0900 Subject: [PATCH] test --- .../desktops/hyprland/gruvbox/swaylock-conf.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 32b76d4b..7b8c991d 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 @@ -27,10 +27,10 @@ separator-color = "ebdbb200"; #ebdbb2 inside-color="00000099"; #000000 # Sets the color of the inside of the indicator. - inside-clear-color=""; # Sets the color of the inside of the indicator when cleared. - inside-caps-lock-color=""; # Sets the color of the inside of the indicator when Caps Lock is active. - inside-ver-color=""; # Sets the color of the inside of the indicator when verifying. - inside-wrong-color=""; # Sets the color of the inside of the indicator when invalid. + 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. 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.