first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
25
modules/home/mako/default.nix
Executable file
25
modules/home/mako/default.nix
Executable file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
mako = {
|
||||
enable = true;
|
||||
font = "JetBrainsMono Nerd Font 11";
|
||||
padding = "20";
|
||||
defaultTimeout = 5000;
|
||||
borderSize = 2;
|
||||
borderRadius = 0;
|
||||
backgroundColor = "#1F1F1F";
|
||||
borderColor = "#595959";
|
||||
progressColor = "over #313244";
|
||||
textColor = "#cdd6f4";
|
||||
extraConfig = ''
|
||||
text-alignment=center
|
||||
[urgency=high]
|
||||
border-color=#B45C65
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue