mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 10:11:54 -05:00
waybar: use 700 weight font
This commit is contained in:
parent
6a87fac476
commit
d08b7e6aef
|
@ -261,7 +261,7 @@ in {
|
|||
border: none;
|
||||
font-family: "${cfg.theme.sansFont.name}";
|
||||
font-size: ${toString (cfg.theme.sansFont.size + 3)}px;
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
Loading…
Reference in a new issue