From 48ca243d3b230f11f3746a8024af67c2ee06a8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 22 Jun 2025 23:56:58 -0300 Subject: [PATCH] make: update to new settings format --- user/sway/mako.nix | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/user/sway/mako.nix b/user/sway/mako.nix index 28b5eb4..6c78c9f 100644 --- a/user/sway/mako.nix +++ b/user/sway/mako.nix @@ -20,21 +20,22 @@ in config = lib.mkIf cfg.enable { services.mako = { enable = true; - borderSize = 2; - padding = "5"; - margin = "15"; - layer = "overlay"; - - font = "${font.interface} ${toString font.size.small}"; - textColor = color.txt; - - backgroundColor = color.bg; - borderColor = accent.color; - progressColor = "over ${accent.color}88"; - - defaultTimeout = 10000; settings = { + border-size = 2; + padding = "5"; + margin = "15"; + layer = "overlay"; + + font = "${font.interface} ${toString font.size.small}"; + text-color = color.txt; + + background-color = color.bg; + border-color = accent.color; + progress-color = "over ${accent.color}88"; + + default-timeout = 10000; + "app-name=volumesh" = { "default-timeout" = "5000"; "group-by" = "app-name";