diff --git a/modules/home/hyprland/mako/default.nix b/modules/home/hyprland/mako/default.nix index 7ad5549..6ed4bf0 100644 --- a/modules/home/hyprland/mako/default.nix +++ b/modules/home/hyprland/mako/default.nix @@ -25,7 +25,7 @@ in services.mako = { enable = true; - defaultTimeout = 5; # seconds, can be overwritten by notification sender + defaultTimeout = 5000; # milliseconds, can be overwritten by notification sender backgroundColor = "#${palette.base00}"; textColor = "#${palette.base05}"; borderColor = "#${palette.base0D}";