mako config fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-29 15:50:46 +02:00
parent dee4b516b0
commit 0340fbfacd

View File

@@ -4,13 +4,13 @@
services.mako = with rice; {
enable = true;
settings = {
defaultTimeout = 10000; # in ms
backgroundColor = color.background;
textColor = color.foreground;
borderColor = color.border;
borderSize = border-width;
default-timeout = 5000; # in ms
background-color = color.background;
text-color = color.foreground;
font = font.code.name;
borderRadius = rounding;
border-size = border-width;
border-radius = rounding;
border-color = color.border;
anchor = "top-right";
margin = builtins.toString (gap-size * 2) ;
};