From eec67e51c6dbf942f8d02f696a919c8338bc443f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 31 Dec 2024 06:55:58 +0300 Subject: [PATCH] Mako: Reduce to 1 max. --- home/file/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/mako/default.nix b/home/file/mako/default.nix index 74c6f6c..b9f2a51 100644 --- a/home/file/mako/default.nix +++ b/home/file/mako/default.nix @@ -8,7 +8,7 @@ let swayscript = pkgs.callPackage args; alpha = config.module.style.opacity.hex; color = config.module.style.color; - max = 2; + max = 1; in { file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {