feat(fastfetch): more features
This commit is contained in:
+22
-2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user