snowflake/home/mako/default.nix
2023-06-10 05:04:09 -04:00

20 lines
405 B
Nix

{...}: {
services.mako = {
enable = true;
icons = true;
maxIconSize = 64;
maxVisible = 3;
defaultTimeout = 5000;
ignoreTimeout = true;
anchor = "top-right";
output = "DP-3";
font = "jost 10";
padding = "6";
margin = "18,21,0";
backgroundColor = "#1e1e2e";
textColor = "#cdd6f4";
borderColor = "#74c7ec";
progressColor = "over #313244";
};
}