tweak fastfetch to include a little more information
This commit is contained in:
@@ -1,36 +1,35 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
"modules": [
|
"modules": [
|
||||||
"title",
|
"title",
|
||||||
"separator",
|
"separator",
|
||||||
"break",
|
// os-related
|
||||||
// os-related
|
"os",
|
||||||
"os",
|
"kernel",
|
||||||
"kernel",
|
"packages",
|
||||||
"packages",
|
"uptime",
|
||||||
"uptime",
|
"shell",
|
||||||
"shell",
|
|
||||||
"bootmgr",
|
"bootmgr",
|
||||||
"host",
|
"host",
|
||||||
"break",
|
"break",
|
||||||
|
// hardware info
|
||||||
// hardware info
|
"cpu",
|
||||||
"cpu",
|
"gpu",
|
||||||
"gpu",
|
"memory",
|
||||||
"memory",
|
"board",
|
||||||
"board",
|
"disk",
|
||||||
"break",
|
"break",
|
||||||
|
// user-interface
|
||||||
// user-interface
|
"de",
|
||||||
"de",
|
"wm",
|
||||||
"wm",
|
"wmtheme",
|
||||||
"wmtheme",
|
"cursor",
|
||||||
"cursor",
|
"icons",
|
||||||
"icons",
|
"theme",
|
||||||
"theme",
|
"terminal",
|
||||||
"terminal"
|
"locale"
|
||||||
],
|
],
|
||||||
"display": {
|
"display": {
|
||||||
"color": "yellow"
|
"color": "yellow"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user