mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
swaylock-effects patch, moved to kitty + fira code
This commit is contained in:
parent
d10f9d6292
commit
3247d303ed
15 changed files with 67 additions and 21 deletions
|
|
@ -27,7 +27,11 @@ let cfg = config.kw.theme; in
|
|||
font = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "Cozette";
|
||||
default = "Fira Code";
|
||||
};
|
||||
termName = mkOption {
|
||||
type = types.str;
|
||||
default = cfg.font.name;
|
||||
};
|
||||
size = mkOption {
|
||||
type = types.float;
|
||||
|
|
@ -41,6 +45,7 @@ let cfg = config.kw.theme; in
|
|||
variables = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
default = (cfg.base16 // cfg.base16t // {
|
||||
term_font = cfg.font.termName;
|
||||
font = cfg.font.name;
|
||||
font_size = cfg.font.size_css;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue