mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
69 lines
1019 B
JSON
69 lines
1019 B
JSON
|
{
|
||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||
|
"display": {
|
||
|
"stat": true,
|
||
|
"pipe": true,
|
||
|
"showErrors": true,
|
||
|
"noBuffer": true
|
||
|
},
|
||
|
"modules": [
|
||
|
"title",
|
||
|
"separator",
|
||
|
"os",
|
||
|
"host",
|
||
|
"bios",
|
||
|
"board",
|
||
|
"chassis",
|
||
|
"kernel",
|
||
|
"uptime",
|
||
|
"processes",
|
||
|
"packages",
|
||
|
"shell",
|
||
|
"display",
|
||
|
"brightness",
|
||
|
"monitor",
|
||
|
"lm",
|
||
|
"de",
|
||
|
"wm",
|
||
|
"wmtheme",
|
||
|
"theme",
|
||
|
"icons",
|
||
|
"font",
|
||
|
"cursor",
|
||
|
"wallpaper",
|
||
|
"terminal",
|
||
|
"terminalfont",
|
||
|
"terminalsize",
|
||
|
"cpu",
|
||
|
"gpu",
|
||
|
"memory",
|
||
|
"swap",
|
||
|
"disk",
|
||
|
"battery",
|
||
|
"poweradapter",
|
||
|
"player",
|
||
|
"media",
|
||
|
"publicip",
|
||
|
"localip",
|
||
|
"wifi",
|
||
|
"datetime",
|
||
|
"locale",
|
||
|
"vulkan",
|
||
|
"opengl",
|
||
|
"opencl",
|
||
|
"users",
|
||
|
"bluetooth",
|
||
|
"sound",
|
||
|
"gamepad",
|
||
|
{
|
||
|
"type": "weather",
|
||
|
"timeout": 1000
|
||
|
},
|
||
|
"netio",
|
||
|
"diskio",
|
||
|
"version",
|
||
|
"break",
|
||
|
"colors"
|
||
|
]
|
||
|
}
|