commit 40d8410723aaf14a8d772063e9e06e022e617507
parent 2fa678e2919c357173d1541b79d64fce7fb372c3
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 17:01:01 +0200
fix: use 'background' color for bar background
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/home/sway/bar/default.nix b/modules/home/sway/bar/default.nix
@@ -46,7 +46,7 @@
border = colors.white;
text = colors.white;
};
- background = colors.black;
+ background = colors.background;
focusedWorkspace = {
background = colors.white;
border = colors.white;