nix/home/config/waybar/style/Common.nix
2024-11-06 01:07:30 +03:00

13 lines
253 B
Nix

{
config,
...
}: {
text = ''
* {
font-family: "${config.module.style.font.serif.name}", "Terminess Nerd Font Propo";
font-size: ${toString config.module.style.font.size.desktop}px;
color: #${config.module.style.color.fg.light};
}
'';
}