U0pdate fonts
This commit is contained in:
parent
3b9942cd58
commit
5ccd139dbb
1 changed files with 10 additions and 6 deletions
|
@ -26,27 +26,31 @@
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
targets = {
|
targets = {
|
||||||
waybar = {
|
waybar = {
|
||||||
enableCenterBackColors = false;
|
enable = true;
|
||||||
enableLeftBackColors = false;
|
enableCenterBackColors = true;
|
||||||
enableRightBackColors = false;
|
enableLeftBackColors = true;
|
||||||
|
enableRightBackColors = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
|
sizes = {
|
||||||
|
desktop = 16;
|
||||||
|
popups = 16;
|
||||||
|
terminal = 14;
|
||||||
|
applications = 16;
|
||||||
|
};
|
||||||
serif = {
|
serif = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
name = "DejaVu Serif";
|
name = "DejaVu Serif";
|
||||||
};
|
};
|
||||||
|
|
||||||
sansSerif = {
|
sansSerif = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
name = "DejaVu Sans";
|
name = "DejaVu Sans";
|
||||||
};
|
};
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
name = "DejaVu Sans Mono";
|
name = "DejaVu Sans Mono";
|
||||||
};
|
};
|
||||||
|
|
||||||
emoji = {
|
emoji = {
|
||||||
package = pkgs.noto-fonts-emoji;
|
package = pkgs.noto-fonts-emoji;
|
||||||
name = "Noto Color Emoji";
|
name = "Noto Color Emoji";
|
||||||
|
|
Loading…
Reference in a new issue