Adjust fonts

This commit is contained in:
Evie Litherland-Smith 2024-04-21 13:08:25 +01:00
parent 1c52f76d61
commit 643467175b
2 changed files with 4 additions and 4 deletions

View file

@ -45,8 +45,8 @@
with iosevka-custom.outputs; rec {
sizes = {
applications = 14;
desktop = 14;
popups = 16;
desktop = 12;
popups = 20;
terminal = 14;
};
serif = sansSerif;

View file

@ -236,7 +236,7 @@
"return-type" = "json";
};
tray = {
icon-size = builtins.floor (builtins.mul fonts.sizes.desktop 1.5);
icon-size = builtins.floor fonts.sizes.popups;
show-passive-items = true;
spacing = 5;
};
@ -246,7 +246,7 @@
in ''
* {
all: unset;
font-size: ${toString (builtins.floor (builtins.mul fonts.sizes.desktop 1.5))};
font-size: ${toString fonts.sizes.popups};
font-family: ${fonts.monospace.name};
}