commit 5b8d62427a8b5e809ec841d8a06656a20ab28e34
parent ac22c4145aa5e3b37c5d9f69fe7301cf1909a9ba
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 16:43:51 +0200
feat: add and use background image
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/home/sway/background.png b/modules/home/sway/background.png
Binary files differ.
diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix
@@ -75,6 +75,8 @@
modifier = "Mod4";
floating.modifier = "Mod4";
+ output."*".background = "${./background.png} fill";
+
colors = {
background = colors.white;
focused = {