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;
|
swayscript = pkgs.callPackage <package/swayscript> args;
|
||||||
alpha = config.module.style.opacity.hex;
|
alpha = config.module.style.opacity.hex;
|
||||||
color = config.module.style.color;
|
color = config.module.style.color;
|
||||||
max = 3;
|
max = 2;
|
||||||
in {
|
in {
|
||||||
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
||||||
globalSection = {
|
globalSection = {
|
||||||
|
|
Loading…
Reference in a new issue