mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 08:51:54 -05:00
waybar: calculate font size from theme font settings
This commit is contained in:
parent
c0f9e40e96
commit
f934b9bbc9
|
@ -259,7 +259,7 @@ in {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
font-family: "${cfg.theme.monospaceFont.name}";
|
font-family: "${cfg.theme.monospaceFont.name}";
|
||||||
font-size: 14px;
|
font-size: ${toString (cfg.theme.monospaceFont.size + 3)}px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue