From 5b5c757a0c8cbcd1d31c34aa52c6c9fd4f80fa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 3 Jul 2024 12:55:39 +0200 Subject: [PATCH] 376 current 1970-01-01 01:00:00 24.05.20240701.d032c1a 6.6.35-rt34 * --- modules/home/sway/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 8f53b64..86cc936 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -235,5 +235,16 @@ in { }; services.clipman.enable = true; + + programs.swaylock = { + enable = true; + settings = { + color = "313131"; + indicator-idle-visible = false; + indicator-radius = 200; + line-color = "00ffee"; + show-fai8led-attempts = true; + }; + }; }; }