mako time fix
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
];
|
];
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultTimeout = 5;
|
defaultTimeout = 10000; # in ms
|
||||||
backgroundColor = "#${rice.color.background}";
|
backgroundColor = "#${rice.color.background}";
|
||||||
textColor = "#${rice.color.foreground}";
|
textColor = "#${rice.color.foreground}";
|
||||||
borderColor = "#${rice.color.border}";
|
borderColor = "#${rice.color.border}";
|
||||||
font = "#${rice.font.code.name}";
|
font = rice.font.code.name;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user