From 07a320147dfe4fa8c916b26187d4d8dbff7024f9 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 17 Feb 2025 11:33:09 +0100 Subject: [PATCH] 0.8 --- 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 ad08c9a..c5daa53 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.9; + transparency = 0.8; rounding = 3; gap-size = 5; border-width = 2;