home: swap to hozen color system
This commit is contained in:
parent
df751735d3
commit
10c1ed7ecb
3 changed files with 30 additions and 26 deletions
|
|
@ -2,11 +2,13 @@
|
|||
lib,
|
||||
osConfig,
|
||||
inputs',
|
||||
hozen,
|
||||
...
|
||||
}: let
|
||||
inherit (osConfig.ooknet.appearance) colorscheme fonts;
|
||||
inherit (colorscheme) palette;
|
||||
inherit (osConfig.ooknet.workstation) environment;
|
||||
inherit (hozen) color;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
config = mkIf (environment == "hyprland") {
|
||||
|
|
@ -29,7 +31,7 @@ in {
|
|||
background = {
|
||||
monitor = "";
|
||||
path = "";
|
||||
color = "0xff${palette.base01}";
|
||||
color = "0xff${color.layout.body}";
|
||||
};
|
||||
|
||||
input-field = {
|
||||
|
|
@ -42,18 +44,18 @@ in {
|
|||
rounding = 0;
|
||||
fade_on_empty = false;
|
||||
placeholder_text = "";
|
||||
outer_color = "0xff${palette.base03}";
|
||||
inner_color = "0xff${palette.base00}";
|
||||
font_color = "0xff${palette.base05}";
|
||||
outer_color = "0xff${color.secondary.base}";
|
||||
inner_color = "0xff${color.layout.menu}";
|
||||
font_color = "0xff${color.typography.text}";
|
||||
};
|
||||
|
||||
label = {
|
||||
monitor = "";
|
||||
text = " LOCKED";
|
||||
text = " \ ";
|
||||
position = "0, 150";
|
||||
valign = "center";
|
||||
halign = "center";
|
||||
color = "0xff${palette.base08}";
|
||||
color = "0xff${color.red.base}";
|
||||
font_size = 30;
|
||||
font_family = "${fonts.monospace.family}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue