U0pdate fonts

This commit is contained in:
iFargle 2024-01-04 18:42:07 +09:00
parent 3b9942cd58
commit 5ccd139dbb

View file

@ -26,27 +26,31 @@
polarity = "dark";
targets = {
waybar = {
enableCenterBackColors = false;
enableLeftBackColors = false;
enableRightBackColors = false;
enable = true;
enableCenterBackColors = true;
enableLeftBackColors = true;
enableRightBackColors = true;
};
};
fonts = {
sizes = {
desktop = 16;
popups = 16;
terminal = 14;
applications = 16;
};
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
};
monospace = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans Mono";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";