hyprland: use base00 for groupbar text color

This commit is contained in:
Aly Raffauf 2024-08-18 20:14:26 -04:00
parent 0aaef0ab67
commit 496461e9a4

View file

@ -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;
}; };