waybar: calculate font size from theme font settings

This commit is contained in:
Aly Raffauf 2024-08-07 22:14:28 -04:00
parent c0f9e40e96
commit f934b9bbc9

View file

@ -259,7 +259,7 @@ in {
border: none;
border-radius: 0px;
font-family: "${cfg.theme.monospaceFont.name}";
font-size: 14px;
font-size: ${toString (cfg.theme.monospaceFont.size + 3)}px;
font-weight: 600;
}