home: upgrade fonts to nerdfonts

This commit is contained in:
Fabian Montero 2025-09-12 15:23:41 -06:00
parent f03b8d39db
commit 00c44ba7ed
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
9 changed files with 17 additions and 16 deletions

View file

@ -48,16 +48,16 @@ in {
tooltip = false;
};
"cpu" = {
format = "cpu {usage}%";
format = " {usage}%";
tooltip = false;
};
"memory" = {
format = "mem {percentage}%";
format = " {percentage}%";
tooltip = true;
tooltip-format = "{used}/{total}";
};
"disk" = {
format = "disk {specific_used:0.0f}/{specific_total:0.0f}";
format = " {specific_used:0.0f}/{specific_total:0.0f}";
unit = "GiB";
tooltip = false;
};
@ -68,7 +68,7 @@ in {
};
style = ''
* {
font-family: "JetBrains Mono", monospace;
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 12px;
font-weight: 500;
border: none;