Add mako config
This commit is contained in:
parent
0ff714cd02
commit
9649f84ebe
2 changed files with 15 additions and 0 deletions
11
mako/config
Normal file
11
mako/config
Normal 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
|
||||||
|
|
@ -15,6 +15,10 @@ let
|
||||||
".config/wofi"
|
".config/wofi"
|
||||||
"wofi"
|
"wofi"
|
||||||
]
|
]
|
||||||
|
[
|
||||||
|
".config/mako"
|
||||||
|
"mako"
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonEnv = pkgs.python3.withPackages (
|
pythonEnv = pkgs.python3.withPackages (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue