configure mako with home manager
This commit is contained in:
parent
b3ddb68f2b
commit
e11430ed8e
1 changed files with 15 additions and 0 deletions
|
@ -123,4 +123,19 @@
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
programs.feh.enable = true;
|
programs.feh.enable = true;
|
||||||
|
|
||||||
|
services.mako = {
|
||||||
|
enable = true;
|
||||||
|
backgroundColor = "#1a1a1a";
|
||||||
|
defaultTimeout = 5000;
|
||||||
|
borderSize = 0;
|
||||||
|
borderRadius = 10;
|
||||||
|
font = "DejaVu Sans Mono 11";
|
||||||
|
padding = "10";
|
||||||
|
textColor= "#777777";
|
||||||
|
extraConfig = ''
|
||||||
|
background-color=#c00000
|
||||||
|
border-color=#ff0000
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue