nix/user/home/module/mako/Init.nix

15 lines
341 B
Nix
Raw Normal View History

2024-04-06 03:03:58 +03:00
{ style, util, ... }: {
config = util.trimTabs ''
anchor=top-center
default-timeout=5000
font=${style.font.serif.name} ${toString(style.font.size.popup)}
background-color=#${style.color.bg.regular}
border-color=#${style.color.bg.regular}
text-color=#${style.color.fg.light}
height=120
icons=0
margin=32
width=480
'';
}