diff options
author | Soispha <soispha@vhack.eu> | 2023-10-27 21:47:32 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-27 21:47:32 +0200 |
commit | c966bab3cc0959cb449ec3a178e8242d55b64879 (patch) | |
tree | 6ce6709bc8e2d13a7855aeb26ddbb738a81bb473 | |
parent | fix(hm/pkgs/src/neorg): Fix some branch executions (diff) | |
download | nixos-config-c966bab3cc0959cb449ec3a178e8242d55b64879.zip |
fix(hm/conf/swaylock): Correctly scale the image on the screen
-rw-r--r-- | hm/soispha/conf/swaylock/default.nix | 2 |
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"; }; }; } |