flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit cb889acef45d1a97b3ccf6996a31ffdaca120580
parent be29ec0df759d78480a7925688bea03c950f6c99
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 18:21:05 +0200

fix: set background color to transparent

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mmodules/home/sway/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -76,7 +76,7 @@ output."*".background = "${./background.png} fill"; colors = { - background = colors.white; + background = colors.transparent; focused = { background = colors.white; border = colors.white;