Mako: Reduce poopup limit to 2.
This commit is contained in:
parent
04ab3c28bc
commit
d8b98c38ca
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue