1
1
Fork 0

gtk: modify font size and clean up formatting

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-12 13:20:06 -06:00
parent 7b7e032851
commit 4b38dce2ae
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -23,7 +23,7 @@ in {
font = with config.custom.settings.fonts; { font = with config.custom.settings.fonts; {
name = sans-serif; name = sans-serif;
size = 14; size = 12;
}; };
cursorTheme = with config.custom.settings.icons.cursor; { cursorTheme = with config.custom.settings.icons.cursor; {
@ -42,14 +42,8 @@ in {
#// package = pkgs.adw-gtk3; #// package = pkgs.adw-gtk3;
}; };
gtk3 = { gtk3.extraCss = css;
extraCss = css; gtk4.extraCss = css;
};
gtk4 = {
#// extraConfig.gtk-hint-font-metrics = 1; # Fix blurry fonts
extraCss = css;
};
}; };
}; };
} }