19 lines
414 B
Nix
19 lines
414 B
Nix
_: {
|
|
services.mako = {
|
|
enable = true;
|
|
icons = true;
|
|
maxIconSize = 64;
|
|
maxVisible = 3;
|
|
defaultTimeout = 5000;
|
|
ignoreTimeout = true;
|
|
anchor = "top-right";
|
|
output = "DP-2";
|
|
font = "Monaspace Krypton 10";
|
|
padding = "6";
|
|
margin = "18,21,0";
|
|
backgroundColor = "#1a1b26";
|
|
textColor = "#a9b1d6";
|
|
borderColor = "#2ac3de";
|
|
progressColor = "over #313244";
|
|
};
|
|
}
|