mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 12:31:55 -05:00
waybar: use 700 weight font
This commit is contained in:
parent
6a87fac476
commit
d08b7e6aef
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue