Update font sizes for waybar and fuzzel

This commit is contained in:
Evie Litherland-Smith 2024-05-30 17:04:47 +01:00
parent 99ee1a9008
commit b4e203a5e0
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,5 @@
{ {
config, config,
lib,
pkgs, pkgs,
fonts, fonts,
accentColour ? "base07", accentColour ? "base07",
@ -10,8 +9,8 @@
enable = true; enable = true;
settings = { settings = {
main = { main = {
dpi-aware = true; dpi-aware = false;
font = "${fonts.monospace.name}:size=${toString fonts.sizes.applications}"; font = "${fonts.monospace.name}:size=${toString fonts.sizes.popups}";
icon-theme = config.gtk.iconTheme.name; icon-theme = config.gtk.iconTheme.name;
icons-enabled = true; icons-enabled = true;
fields = "filename,name,generic,categories"; fields = "filename,name,generic,categories";

View file

@ -250,7 +250,7 @@
in '' in ''
* { * {
all: unset; all: unset;
font-size: 1em; font-size: ${toString fonts.sizes.popups};
font-family: ${fonts.monospace.name}; font-family: ${fonts.monospace.name};
} }