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";
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue