mako: fix default notification timeout
This commit is contained in:
parent
7d10c8e7d2
commit
63dc618f6d
@ -25,7 +25,7 @@ in
|
|||||||
|
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultTimeout = 5; # seconds, can be overwritten by notification sender
|
defaultTimeout = 5000; # milliseconds, can be overwritten by notification sender
|
||||||
backgroundColor = "#${palette.base00}";
|
backgroundColor = "#${palette.base00}";
|
||||||
textColor = "#${palette.base05}";
|
textColor = "#${palette.base05}";
|
||||||
borderColor = "#${palette.base0D}";
|
borderColor = "#${palette.base0D}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user