From 18d2099bbee4a559f82048ab8cce907d8d221f08 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 26 Oct 2025 11:11:39 -0400 Subject: [PATCH] mako: add margins --- modules/nixos/programs/desktop/niri/mako.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/nixos/programs/desktop/niri/mako.nix b/modules/nixos/programs/desktop/niri/mako.nix index a6e75ed..c052eab 100644 --- a/modules/nixos/programs/desktop/niri/mako.nix +++ b/modules/nixos/programs/desktop/niri/mako.nix @@ -7,13 +7,15 @@ let colors = config.custom.colors; in { - max-history = 10; - default-timeout = 5000; anchor = "bottom-right"; + outer-margin = "0,5,20,0"; + + border-size = 4; on-button-middle = "dismiss-group"; - border-size = 4; + max-history = 10; + default-timeout = 5000; background-color = colors.base00; text-color = colors.base05;