mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
hyprland: use base00 for groupbar text color
This commit is contained in:
parent
0aaef0ab67
commit
496461e9a4
|
@ -160,6 +160,8 @@ in {
|
||||||
group = {
|
group = {
|
||||||
groupbar = {
|
groupbar = {
|
||||||
height = 24;
|
height = 24;
|
||||||
|
text_color = lib.mkForce "rgb(${config.lib.stylix.colors.base00})";
|
||||||
|
font_size = config.stylix.fonts.sizes.desktop;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -172,6 +174,7 @@ in {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
focus_on_activate = true;
|
focus_on_activate = true;
|
||||||
|
font_family = config.stylix.fonts.sansSerif.name;
|
||||||
vfr = true;
|
vfr = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue