test
This commit is contained in:
parent
0ae1a846ad
commit
5e0a785367
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
# All <color> options are of the form <rrggbb[aa]>.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue