flake

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

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

feat: remove 'placeholder' window colors definition

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

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

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