Waybar change font size

This commit is contained in:
Evie Litherland-Smith 2024-04-20 12:23:57 +01:00
parent 5303308b3c
commit eae4e6ae42

View file

@ -246,7 +246,7 @@
in ''
* {
all: unset;
font-size: ${toString (builtins.floor (builtins.mul fonts.sizes.desktop 1.5))};
font-size: ${toString fonts.sizes.desktop 1.5};
font-family: ${fonts.monospace.name};
}