[nix] fix: various font fixes
This commit is contained in:
parent
bbb84a77ae
commit
f33a4124d9
@ -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",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user