mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
feat: add mako
This commit is contained in:
parent
d9c1f63f3b
commit
1a0c868725
1 changed files with 30 additions and 0 deletions
30
home/fabric/desktop/mako.nix
Normal file
30
home/fabric/desktop/mako.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{...}: {
|
||||||
|
services.mako = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
"actionable=true" = {
|
||||||
|
anchor = "top-left";
|
||||||
|
};
|
||||||
|
actions = true;
|
||||||
|
anchor = "top-right";
|
||||||
|
background-color = "#393552";
|
||||||
|
text-color = "#e0def4";
|
||||||
|
border-color = "#56526e";
|
||||||
|
border-radius = 0;
|
||||||
|
default-timeout = 10000;
|
||||||
|
# font = "monospace 10";
|
||||||
|
height = 100;
|
||||||
|
icons = true;
|
||||||
|
ignore-timeout = false;
|
||||||
|
layer = "top";
|
||||||
|
margin = 10;
|
||||||
|
markup = true;
|
||||||
|
width = 300;
|
||||||
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
progress-color=over #3e8fb0
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#eb6f92
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue