about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-27 21:47:32 +0200
committerSoispha <soispha@vhack.eu>2023-10-27 21:47:32 +0200
commitc966bab3cc0959cb449ec3a178e8242d55b64879 (patch)
tree6ce6709bc8e2d13a7855aeb26ddbb738a81bb473
parentfix(hm/pkgs/src/neorg): Fix some branch executions (diff)
downloadnixos-config-c966bab3cc0959cb449ec3a178e8242d55b64879.zip
fix(hm/conf/swaylock): Correctly scale the image on the screen
-rw-r--r--hm/soispha/conf/swaylock/default.nix2
1 files changed, 2 insertions, 0 deletions
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";
     };
   };
 }