flake

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

commit af2f525f54b39ea357ecddc85fd4e6ea3aa7cae7
parent 13e9ab2c84940014c2ca44283cf680cd1f7b044f
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 18:59:29 +0200

feat: make default border, childBorder and indicator transparent

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

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

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -79,9 +79,9 @@ let default = { inherit (colors) background; - border = colors.background; - childBorder = colors.background; - indicator = colors.background; + border = colors.transparent; + childBorder = colors.transparent; + indicator = colors.transparent; text = colors.white; }; in