waybar: use sans font

This commit is contained in:
Aly Raffauf 2024-08-10 16:08:43 -04:00
parent 17bd7af18f
commit 6a87fac476

View file

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