Mako: Increase visible to 5.

This commit is contained in:
Dmitry Voronin 2024-11-11 13:10:39 +03:00
parent 54b7e820d6
commit 84dccaab13
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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 ${<static/Notification.ogg>}";
text-color = "#${config.module.style.color.bg.dark}";
width = 480;