test
This commit is contained in:
parent
47494f6545
commit
d99afdd4c6
1 changed files with 6 additions and 5 deletions
|
@ -4,13 +4,14 @@
|
|||
# swaylock-effects has extra effects like image blur and stuff.
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
color = "83a598"; #83a598
|
||||
color = "ffd20400"; #ffd204
|
||||
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";
|
||||
|
@ -32,10 +33,10 @@
|
|||
inside-ver-color = "d9d8d800"; #d9d8d8
|
||||
inside-wrong-color = "ee2e2400"; #ee2e24
|
||||
|
||||
ring-color = "7c6f64D9"; #7c6f64D9
|
||||
ring-clear-color = "7c6f64D9"; #7c6f64D9
|
||||
ring-caps-lock-color = "7c6f64D9"; #7c6f64D9
|
||||
ring-ver-color = "7c6f64D9"; #7c6f64D9
|
||||
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
|
||||
|
||||
line-color = "ebdbb200"; #ebdbb2
|
||||
|
|
Loading…
Reference in a new issue