Waybar change font size
This commit is contained in:
parent
5303308b3c
commit
eae4e6ae42
|
@ -246,7 +246,7 @@
|
||||||
in ''
|
in ''
|
||||||
* {
|
* {
|
||||||
all: unset;
|
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};
|
font-family: ${fonts.monospace.name};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue