Mako: Reduce to 1 max.

This commit is contained in:
Dmitry Voronin 2024-12-31 06:55:58 +03:00
parent 0029f02e50
commit eec67e51c6
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,7 +8,7 @@ let
swayscript = pkgs.callPackage <package/swayscript> args;
alpha = config.module.style.opacity.hex;
color = config.module.style.color;
max = 2;
max = 1;
in
{
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {