Add mako config

This commit is contained in:
Martin Larsson 2025-05-11 21:11:11 +02:00
parent 0ff714cd02
commit 9649f84ebe
2 changed files with 15 additions and 0 deletions

11
mako/config Normal file
View file

@ -0,0 +1,11 @@
font="CaskaydiaCove NFM Regular" 12
background-color=#1F2430
text-color=#CCCAC2
border-color=#FFAD66
width=400
height=120
default-timeout=20000
ignore-timeout=1
max-visible=-1
anchor=top-right
outer-margin=50,30,0,0

View file

@ -15,6 +15,10 @@ let
".config/wofi"
"wofi"
]
[
".config/mako"
"mako"
]
];
pythonEnv = pkgs.python3.withPackages (