flake

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

commit 2a6a886a7d5cc20b668774b3662397aad05adcb2
parent cb889acef45d1a97b3ccf6996a31ffdaca120580
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 18:47:32 +0200

feat: define colors for focusedInactive windows

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

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

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -84,6 +84,13 @@ indicator = colors.white; text = colors.background; }; + focusedInactive = { + background = colors.background; + border = colors.background; + childBorder = colors.background; + indicator = colors.background; + text = colors.white; + }; placeholder = { background = colors.white; border = colors.background;