waybar: use 700 weight font

This commit is contained in:
Aly Raffauf 2024-08-10 16:10:58 -04:00
parent 6a87fac476
commit d08b7e6aef

View file

@ -261,7 +261,7 @@ in {
border: none; border: none;
font-family: "${cfg.theme.sansFont.name}"; font-family: "${cfg.theme.sansFont.name}";
font-size: ${toString (cfg.theme.sansFont.size + 3)}px; font-size: ${toString (cfg.theme.sansFont.size + 3)}px;
font-weight: 600; font-weight: 700;
} }
window#waybar { window#waybar {