nix/module/desktop/waybar/style/Default.nix

10 lines
223 B
Nix

{ style, ... }: {
text = ''
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: "${style.font.serif.name}", FontAwesome;
font-size: ${toString(style.font.size.desktop)}px;
}
'';
}