mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 07:31: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-radius: 0px;
|
||||
font-family: "${cfg.theme.monospaceFont.name}";
|
||||
font-size: 14px;
|
||||
font-size: ${toString (cfg.theme.monospaceFont.size + 3)}px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue