Mako : Increase timeout from 5s to 10s.

This commit is contained in:
Dmitry Voronin 2024-09-30 02:31:05 +03:00
parent 6d9891eab8
commit aa0249b3e5
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,7 +6,7 @@ in {
anchor = "top-center"; anchor = "top-center";
background-color = "#${config.style.color.bg.dark}${alpha}"; background-color = "#${config.style.color.bg.dark}${alpha}";
border-color = "#${config.style.color.border}${alpha}"; border-color = "#${config.style.color.border}${alpha}";
default-timeout = 5000; default-timeout = 10000;
font = "${config.style.font.serif.name} ${toString config.style.font.size.popup}"; font = "${config.style.font.serif.name} ${toString config.style.font.size.popup}";
height = 120; height = 120;
icons = 0; icons = 0;