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: none;
font-family: "${cfg.theme.monospaceFont.name}";
font-size: ${toString (cfg.theme.monospaceFont.size + 3)}px;
font-family: "${cfg.theme.sansFont.name}";
font-size: ${toString (cfg.theme.sansFont.size + 3)}px;
font-weight: 600;
}
@ -275,7 +275,7 @@ in {
margin: 0px 0px;
padding: 0px 5px;
}
#workspaces button.active,
#workspaces button.focused {
color: ${cfg.theme.colors.secondary};