From c966bab3cc0959cb449ec3a178e8242d55b64879 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 27 Oct 2023 21:47:32 +0200 Subject: fix(hm/conf/swaylock): Correctly scale the image on the screen --- hm/soispha/conf/swaylock/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hm') diff --git a/hm/soispha/conf/swaylock/default.nix b/hm/soispha/conf/swaylock/default.nix index aedfb54b..9e5eabac 100644 --- a/hm/soispha/conf/swaylock/default.nix +++ b/hm/soispha/conf/swaylock/default.nix @@ -3,6 +3,8 @@ enable = true; settings = { image = "${./GTDcanonical.png}"; + scaling = "center"; + color = "000000"; }; }; } -- cgit 1.4.1