Mako: Limit visible notifications to one.

This commit is contained in:
Dmitry Voronin 2024-11-11 12:09:29 +03:00
parent 4f8f792669
commit 72f2b12592
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -17,6 +17,7 @@ in {
height = 120;
icons = 0;
margin = 32;
max-visible = 1;
on-notify = "exec ${pkgs.pipewire}/bin/pw-cat -p ${<static/Notification.ogg>}";
text-color = "#${config.module.style.color.bg.dark}";
width = 480;