Mako: Reduce to 1 max.
This commit is contained in:
parent
0029f02e50
commit
eec67e51c6
|
@ -8,7 +8,7 @@ let
|
||||||
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 = 2;
|
max = 1;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
||||||
|
|
Loading…
Reference in a new issue