Update font sizes for waybar and fuzzel
This commit is contained in:
parent
99ee1a9008
commit
b4e203a5e0
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
fonts,
|
||||
accentColour ? "base07",
|
||||
|
@ -10,8 +9,8 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
dpi-aware = true;
|
||||
font = "${fonts.monospace.name}:size=${toString fonts.sizes.applications}";
|
||||
dpi-aware = false;
|
||||
font = "${fonts.monospace.name}:size=${toString fonts.sizes.popups}";
|
||||
icon-theme = config.gtk.iconTheme.name;
|
||||
icons-enabled = true;
|
||||
fields = "filename,name,generic,categories";
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
in ''
|
||||
* {
|
||||
all: unset;
|
||||
font-size: 1em;
|
||||
font-size: ${toString fonts.sizes.popups};
|
||||
font-family: ${fonts.monospace.name};
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue