2023-06-11 02:08:06 -04:00
|
|
|
_: {
|
2023-06-06 01:08:59 -04:00
|
|
|
services.mako = {
|
|
|
|
enable = true;
|
|
|
|
icons = true;
|
|
|
|
maxIconSize = 64;
|
2023-06-10 05:04:09 -04:00
|
|
|
maxVisible = 3;
|
2023-06-06 01:08:59 -04:00
|
|
|
defaultTimeout = 5000;
|
|
|
|
ignoreTimeout = true;
|
|
|
|
anchor = "top-right";
|
2023-07-14 22:46:14 -04:00
|
|
|
output = "DP-2";
|
2023-11-24 04:23:55 -05:00
|
|
|
font = "Monaspace Krypton 10";
|
2023-06-06 18:10:28 -04:00
|
|
|
padding = "6";
|
2023-06-10 05:04:09 -04:00
|
|
|
margin = "18,21,0";
|
2023-11-24 04:23:55 -05:00
|
|
|
backgroundColor = "#1a1b26";
|
|
|
|
textColor = "#a9b1d6";
|
|
|
|
borderColor = "#2ac3de";
|
2023-06-06 01:08:59 -04:00
|
|
|
progressColor = "over #313244";
|
|
|
|
};
|
|
|
|
}
|