samhain: reformat + mako fix + secrets handling

This commit is contained in:
kat witch 2021-08-24 03:59:49 +01:00
parent 160d4d2b6c
commit b12e853b31
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 21 additions and 15 deletions

View file

@ -2,7 +2,7 @@
{
secrets = {
persistentRoot = config.xdg.cacheHome + "/kat/secrets";
persistentRoot = lib.mkDefault "${config.xdg.cacheHome}/kat/secrets";
external = true;
};
}

View file

@ -24,7 +24,7 @@ in
font = "${config.kw.font.name} ${toString config.kw.font.size}";
defaultTimeout = 3000;
borderColor = base16.base08;
backgroundColor = lib.hextorgba base16.base00 0.75;
backgroundColor = "${base16.base00}BF";
textColor = base16.base05;
};
}