24 lines
480 B
Nix
Executable File
24 lines
480 B
Nix
Executable File
{
|
|
services.mako = {
|
|
enable = true;
|
|
settings = {
|
|
font = "monospace 12";
|
|
icons = false;
|
|
ignore-timeout = true;
|
|
sort = "-time";
|
|
width = 500;
|
|
height = 110;
|
|
layer = "overlay";
|
|
border-radius = 15;
|
|
border-size = 1;
|
|
max-icon-size = 64;
|
|
default-timeout = 5000;
|
|
|
|
background-color = "#24273a";
|
|
text-color = "#cad3f5";
|
|
border-color = "#8aadf4";
|
|
progress-color = "over #363a4f";
|
|
};
|
|
};
|
|
}
|