wry, many thing

This commit is contained in:
atagen 2026-04-08 11:43:10 +10:00
parent 6e62eccfba
commit 848ed62c5d
47 changed files with 1598 additions and 1201 deletions

View file

@ -13,6 +13,7 @@ scope "boot" {
style =
let
pal = config.rice.palette.shortHex;
ui = config.rice.roles pal;
in
{
wallpapers = [ config.rice.bg.src ];
@ -29,18 +30,17 @@ scope "boot" {
brightPalette = getPal pal.bright;
marginGradient = 0;
margin = 256;
foreground = pal.util.fg;
background = "20" + pal.util.bg;
brightForeground = pal.bright.yellow;
brightBackground = pal.util.bg;
foreground = ui.fg;
background = "20" + ui.bg;
brightForeground = ui.highlight;
brightBackground = ui.bg;
};
backdrop = pal.util.bg;
backdrop = ui.bg;
};
maxGenerations = 5;
};
plymouth = {
enable = true;
# theme still needs fixing
inherit (config.rice.plymouth) theme themePackages font;
};