This commit is contained in:
iFargle 2023-08-31 18:57:54 +09:00
parent 3d80322238
commit 29772714c5

View file

@ -4,13 +4,12 @@
# swaylock-effects has extra effects like image blur and stuff.
package = pkgs.swaylock-effects;
settings = {
# All <color> options are of the form <rrggbb[aa]>.
font-size = 96;
show-failed-attempts = true;
effect-blur = "20x8";
effect-vignette = "1:1";
screenshots = true;
font = "JetBrainsMono Nerd Font";
text-color = "83a598"; #83a598
clock = true;
timestr = "%R";
@ -23,35 +22,37 @@
indicator-caps-lock = true;
disable-caps-lock-text = true;
key-hl-color = "880033"; #880033
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
inside-color = "00000099"; #000000
inside-clear-color = "ffd20400"; #ffd204
inside-ver-color = "d9d8d800"; #d9d8d8
inside-wrong-color = "ee2e2400"; #ee2e24
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.
ring-color = "fe8019"; #fe8019
ring-clear-color = "fe8019"; #fe8019
ring-caps-lock-color = "fe8019"; #fe8019
ring-ver-color = "fe8019"; #fe8019
ring-wrong-color = "f2594bD9"; #f2594bD9
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-wrong-color = "f2594bD9"; #f2594bD9 # Sets the color of the ring of the indicator when invalid.
line-color = "ebdbb200"; #ebdbb2
line-clear-color = "ffd204FF"; #ffd204
line-ver-color = "d9d8d8FF"; #d9d8d8FF
line-wrong-color = "ee2e24FF"; #ee2e24FF
line-color = "ebdbb200"; #ebdbb2 # Sets the color of the line between the inside and ring.
line-clear-color = "ffd204FF"; #ffd204 # Sets the color of the line between the inside and ring when cleared.
line-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the line between the inside and ring when Caps Lock is active.
line-ver-color = "d9d8d8FF"; #d9d8d8FF # Sets the color of the line between the inside and ring when verifying.
line-wrong-color = "ee2e24FF"; #ee2e24FF # Sets the color of the line between the inside and ring when invalid.
text-clear-color = "ffd20400"; #ffd204
text-ver-color = "d9d8d800"; #d9d8d8
text-wrong-color = "ee2e2400"; #ee2e24
text-clear-color = "ffd20400"; #ffd204 # Sets the color of the text when cleared.
text-ver-color = "d9d8d800"; #d9d8d8 # Sets the color of the text when verifying.
text-wrong-color = "ee2e2400"; #ee2e24 # Sets the color of the text when invalid.
bs-hl-color = "ee2e24FF"; #ee2e24FF
caps-lock-key-hl-color = "ffd204FF"; #ffd204FF
caps-lock-bs-hl-color = "ee2e24FF"; #ee2e24FF
text-caps-lock-color = "d65d0e"; #d65d0e
inside-caps-lock-color = "d65d0e00"; #d65d0e - invisible
line-caps-lock-color = "d65d0e"; #d65d0e
bs-hl-color = "ee2e24FF"; #ee2e24FF # Sets the color of backspace highlight segments.
caps-lock-key-hl-color = "ffd204FF"; #ffd204FF # Sets the color of the key press highlight segments when Caps Lock is active.
caps-lock-bs-hl-color = "ee2e24FF"; #ee2e24FF # Sets the color of backspace highlight segments 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 = "d65d0e00"; #d65d0e # Sets the color of the inside of the indicator when Caps Lock is active.
};
};
}