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