lock fixes, theme fix, sysctl inotify fix

This commit is contained in:
kat witch 2021-08-29 18:05:31 +01:00
parent 24e99028ed
commit a5f30ff1d0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,7 @@ let cfg = config.kw.theme; in
(lib.filterAttrs (n: _: lib.hasInfix "base" n) config.lib.arc.base16.schemeForAlias.default);
base16t = lib.mapAttrs' (k: v: lib.nameValuePair "${k}t" "rgba(${toString v.rgb.r}, ${toString v.rgb.g}, ${toString v.rgb.b}, ${toString cfg.alpha})")
(lib.filterAttrs (n: _: lib.hasInfix "base" n) config.lib.arc.base16.schemeForAlias.default);
alpha = 0.5;
alpha = 0.7;
};
lib.kw.sassTemplate = { name, src }: