Mako: Increase visible to 5.
This commit is contained in:
parent
54b7e820d6
commit
84dccaab13
|
@ -6,6 +6,7 @@
|
||||||
}: let
|
}: let
|
||||||
alpha = config.module.style.opacity.hex;
|
alpha = config.module.style.opacity.hex;
|
||||||
color = config.module.style.color;
|
color = config.module.style.color;
|
||||||
|
max = 5;
|
||||||
in {
|
in {
|
||||||
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
||||||
globalSection = {
|
globalSection = {
|
||||||
|
@ -17,7 +18,8 @@ in {
|
||||||
height = 120;
|
height = 120;
|
||||||
icons = 0;
|
icons = 0;
|
||||||
margin = 32;
|
margin = 32;
|
||||||
max-visible = 1;
|
max-history = max;
|
||||||
|
max-visible = max;
|
||||||
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