tweak fastfetch to include a little more information

This commit is contained in:
2025-05-26 18:29:09 +02:00
parent 74f424a732
commit 9e4ed36c74

View File

@@ -1,36 +1,35 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"break",
// os-related
"os",
"kernel",
"packages",
"uptime",
"shell",
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
// os-related
"os",
"kernel",
"packages",
"uptime",
"shell",
"bootmgr",
"host",
"break",
// hardware info
"cpu",
"gpu",
"memory",
"board",
"break",
// user-interface
"de",
"wm",
"wmtheme",
"cursor",
"icons",
"theme",
"terminal"
],
"display": {
"color": "yellow"
}
"host",
"break",
// hardware info
"cpu",
"gpu",
"memory",
"board",
"disk",
"break",
// user-interface
"de",
"wm",
"wmtheme",
"cursor",
"icons",
"theme",
"terminal",
"locale"
],
"display": {
"color": "yellow"
}
}