mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Theme WIP overhaul
This commit is contained in:
parent
dc099c0d4f
commit
68594e6282
14 changed files with 341 additions and 193 deletions
|
|
@ -124,9 +124,9 @@ in
|
|||
};
|
||||
};
|
||||
fonts = {
|
||||
names = [ config.kw.font.name ];
|
||||
names = [ config.kw.theme.font.name ];
|
||||
style = "Medium";
|
||||
size = config.kw.font.size;
|
||||
size = config.kw.theme.font.size;
|
||||
};
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
menu = "${pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop --no-generic --dmenu=\"${dmenu}\" --term='${footwrap}/bin/footwrap'";
|
||||
|
|
@ -288,7 +288,7 @@ in
|
|||
"${cfg.modifier}+Delete" = ''mode "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown"'';
|
||||
};
|
||||
|
||||
colors = let base16 = config.kw.hexColors; in
|
||||
colors = let inherit (config.kw.theme) base16; in
|
||||
{
|
||||
focused = {
|
||||
border = base16.base01;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue