flake

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

commit 2fa678e2919c357173d1541b79d64fce7fb372c3
parent 2767fbc8179a332d359885ec8c95154ff00add1c
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 16:59:31 +0200

feat: define 'background' color

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

Diffstat:
Mmodules/home/sway/colors.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/home/sway/colors.nix b/modules/home/sway/colors.nix @@ -1,4 +1,8 @@ { + # This is the color to use for the status bar, it should be continous with + # the background image. + background = "#00112b"; + black = "#000000"; red = "#da8b8b"; white = "#ffffff";