From 84dccaab132afd07f870c227d7f3d03c18787d19 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 11 Nov 2024 13:10:39 +0300 Subject: [PATCH] Mako: Increase visible to 5. --- home/config/mako/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/config/mako/default.nix b/home/config/mako/default.nix index fb40185c..b34894ac 100644 --- a/home/config/mako/default.nix +++ b/home/config/mako/default.nix @@ -6,6 +6,7 @@ }: let alpha = config.module.style.opacity.hex; color = config.module.style.color; + max = 5; in { file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" { globalSection = { @@ -17,7 +18,8 @@ in { height = 120; icons = 0; margin = 32; - max-visible = 1; + max-history = max; + max-visible = max; on-notify = "exec ${pkgs.pipewire}/bin/pw-cat -p ${}"; text-color = "#${config.module.style.color.bg.dark}"; width = 480;