added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
20
nyx/homes/notashelf/services/wayland/mako/default.nix
Normal file
20
nyx/homes/notashelf/services/wayland/mako/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
_: {
|
||||
programs.mako = {
|
||||
enable = false;
|
||||
|
||||
backgroundColor = "#303446";
|
||||
textColor = "#c6d0f5";
|
||||
borderColor = "#8caaee";
|
||||
padding = "15";
|
||||
defaultTimeout = 7000;
|
||||
borderSize = 3;
|
||||
borderRadius = 10;
|
||||
height = 300;
|
||||
font = "monospace 15";
|
||||
|
||||
extraConfig = ''
|
||||
[urgency=high]
|
||||
border-color=#ef9f76
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue