[nix] fix: various font fixes

This commit is contained in:
Simon Cornet 2024-06-04 17:55:34 +02:00
parent bbb84a77ae
commit f33a4124d9
3 changed files with 7 additions and 6 deletions

View File

@ -112,7 +112,7 @@
"memory": { "memory": {
"interval": 2, "interval": 2,
"format": " {}%", "format": " {}%",
"tooltip-format": "{used:0.1f}GB / {total:0.1f}GB", "tooltip-format": "{used:0.1f}GB / {total:0.1f}GB",
}, },

View File

@ -67,20 +67,20 @@
# normal font # normal font
normal = { normal = {
family = "JetBrainsMonoNL"; family = "JetBrainsMono Nerd Font Mono";
style = "Light"; style = "Light";
}; };
# bold font # bold font
bold = { bold = {
family = "JetBrainsMonoNL"; family = "JetBrainsMono Nerd Font Mono";
style = "Light"; style = "Bold";
}; };
# italic font # italic font
italic = { italic = {
family = "JetBrainsMonoNL"; family = "JetBrainsMono Nerd Font Mono";
style = "Light"; style = "Italic";
}; };
}; };

View File

@ -40,6 +40,7 @@
xfce.xfce4-settings xfce.xfce4-settings
# fonts # fonts
fira-code
fira-code-nerdfont fira-code-nerdfont
font-awesome font-awesome
jetbrains-mono jetbrains-mono