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";
keyColor = "33";
}
{
type = "host";
format = "{5} {1}";
format = "{2} {1}";
key = "host ";
keyColor = "33";
}
@@ -40,15 +41,34 @@
}
{
type = "cpu";
format = " {2}";
format = " {1}";
key = "cpu";
keyColor = "33";
}
{
type = "gpu";
format = " {2}";
key = "gpu";
hideType = "integrated";
keyColor = "33";
}
{
type = "memory";
key = "memory";
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"
{
type = "colors";