From 0340fbfacd8b3237646d15a15350c22bd7b88acc Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 29 Jul 2025 15:50:46 +0200 Subject: [PATCH] mako config fix --- home-modules/mako.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-modules/mako.nix b/home-modules/mako.nix index f7eb6d0..8b6c35a 100644 --- a/home-modules/mako.nix +++ b/home-modules/mako.nix @@ -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) ; };