Mako: Reduce poopup limit to 2.

This commit is contained in:
Dmitry Voronin 2024-12-14 22:05:09 +03:00
parent 04ab3c28bc
commit d8b98c38ca
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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