snowflake/home/mako/default.nix
notohh e187193796
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
home: set main displays to DP-2
2023-07-14 22:46:14 -04:00

20 lines
401 B
Nix

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