diff --git a/common/home.nix b/common/home.nix index ffedd7f..a112c62 100644 --- a/common/home.nix +++ b/common/home.nix @@ -178,7 +178,17 @@ ''; }; - programs.swaylock = { enable = true; }; + programs.swaylock = { + enable = true; + settings = { + color = "202020"; + font-size = 24; + font = "Noto Sans"; + indicator-radius = 100; + line-uses-ring = true; + separator-color = "00000000"; + }; + }; programs.anyrun = { enable = true;