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