From c031de7fec816b44564f1b9da80aa5ad066d6205 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 27 Dec 2024 12:54:11 +0100 Subject: [PATCH] in the thick of it --- flake-modules/rice.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-modules/rice.nix b/flake-modules/rice.nix index c5daa53..ad08c9a 100644 --- a/flake-modules/rice.nix +++ b/flake-modules/rice.nix @@ -2,7 +2,7 @@ pkgs: rec { lib = import ../nxlib/ricelib.nix pkgs.lib; - transparency = 0.8; + transparency = 0.9; rounding = 3; gap-size = 5; border-width = 2;