commit 6ea50dcf95ac0a854f4ec7054b64e756de5dcee0
parent af2f525f54b39ea357ecddc85fd4e6ea3aa7cae7
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 19:07:16 +0200
feat: make default background transparent
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix
@@ -78,7 +78,7 @@
colors =
let
default = {
- inherit (colors) background;
+ background = colors.transparent;
border = colors.transparent;
childBorder = colors.transparent;
indicator = colors.transparent;