flake

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

commit bfe3c288cdedbe32a8768e18befb417df047cf2e
parent 6e138c3087bb10e152eddaec39371754aadf3154
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 19:42:48 +0200

feat: make default window background white but still no border

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

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

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -78,9 +78,9 @@ colors = let default = { - background = colors.transparent; + background = colors.white; border = colors.transparent; - text = colors.white; + text = colors.background; }; in rec {