From 63dc618f6da897294c1f37040a1e5bb7e7c54ade Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 5 Oct 2024 16:29:39 +0200 Subject: [PATCH] mako: fix default notification timeout --- modules/home/hyprland/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";