feat(fastfetch): more features

This commit is contained in:
kenji
2025-12-28 18:59:06 -06:00
parent 9827078e36
commit 874d2cbf25
+22 -2
View File
@@ -26,9 +26,10 @@
key = "kernel"; key = "kernel";
keyColor = "33"; keyColor = "33";
} }
{ {
type = "host"; type = "host";
format = "{5} {1}"; format = "{2} {1}";
key = "host "; key = "host ";
keyColor = "33"; keyColor = "33";
} }
@@ -40,15 +41,34 @@
} }
{ {
type = "cpu"; type = "cpu";
format = " {2}"; format = " {1}";
key = "cpu"; key = "cpu";
keyColor = "33"; keyColor = "33";
} }
{
type = "gpu";
format = " {2}";
key = "gpu";
hideType = "integrated";
keyColor = "33";
}
{ {
type = "memory"; type = "memory";
key = "memory"; key = "memory";
keyColor = "33"; keyColor = "33";
} }
{
type = "disk";
key = "disk";
keyColor = "33";
folders = ["/"]; # Restricts output to only the root partition
format = " {1} / {2} ({3})"; # Output: Used / Total (Percentage)
}
{
type = "uptime";
key = "uptime";
keyColor = "33";
}
"break" "break"
{ {
type = "colors"; type = "colors";