98 current 2024-03-01 14:52:28 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
8e81e7ffd2
commit
fcc0bbc943
1 changed files with 8 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
|
enable = true;
|
||||||
package = pkgs.swaylock-effects;
|
package = pkgs.swaylock-effects;
|
||||||
settings = with theme.colors; {
|
settings = with theme.colors; {
|
||||||
clock = true;
|
clock = true;
|
||||||
|
|
@ -29,21 +30,21 @@ in {
|
||||||
inside-color = "00000000";
|
inside-color = "00000000";
|
||||||
key-hl-color = "f2cdcd";
|
key-hl-color = "f2cdcd";
|
||||||
separator-color = "00000000";
|
separator-color = "00000000";
|
||||||
text-color = pink;
|
text-color = text;
|
||||||
text-caps-lock-color = "";
|
text-caps-lock-color = "";
|
||||||
line-ver-color = yellow;
|
line-ver-color = love;
|
||||||
ring-ver-color = rosewater;
|
ring-ver-color = rose;
|
||||||
inside-ver-color = base;
|
inside-ver-color = base;
|
||||||
text-ver-color = text;
|
text-ver-color = text;
|
||||||
ring-wrong-color = red;
|
ring-wrong-color = foam;
|
||||||
text-wrong-color = red;
|
text-wrong-color = foam;
|
||||||
inside-wrong-color = base;
|
inside-wrong-color = base;
|
||||||
inside-clear-color = base;
|
inside-clear-color = base;
|
||||||
text-clear-color = text;
|
text-clear-color = text;
|
||||||
ring-clear-color = blue;
|
ring-clear-color = iris;
|
||||||
line-clear-color = base;
|
line-clear-color = base;
|
||||||
line-wrong-color = base;
|
line-wrong-color = base;
|
||||||
bs-hl-color = red;
|
bs-hl-color = foam;
|
||||||
line-uses-ring = false;
|
line-uses-ring = false;
|
||||||
grace = 2;
|
grace = 2;
|
||||||
grace-no-mouse = true;
|
grace-no-mouse = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue