Mako: Limit visible notifications to one.
This commit is contained in:
parent
4f8f792669
commit
72f2b12592
|
@ -17,6 +17,7 @@ in {
|
||||||
height = 120;
|
height = 120;
|
||||||
icons = 0;
|
icons = 0;
|
||||||
margin = 32;
|
margin = 32;
|
||||||
|
max-visible = 1;
|
||||||
on-notify = "exec ${pkgs.pipewire}/bin/pw-cat -p ${<static/Notification.ogg>}";
|
on-notify = "exec ${pkgs.pipewire}/bin/pw-cat -p ${<static/Notification.ogg>}";
|
||||||
text-color = "#${config.module.style.color.bg.dark}";
|
text-color = "#${config.module.style.color.bg.dark}";
|
||||||
width = 480;
|
width = 480;
|
||||||
|
|
Loading…
Reference in a new issue