mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
113 lines
2.3 KiB
JSON
113 lines
2.3 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"display": {
|
|
"stat": true,
|
|
"pipe": true,
|
|
"showErrors": true,
|
|
"noBuffer": true
|
|
},
|
|
"logo": null,
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
"bios",
|
|
"bootmgr",
|
|
"board",
|
|
"chassis",
|
|
"kernel",
|
|
"initsystem",
|
|
"uptime",
|
|
"loadavg",
|
|
"processes",
|
|
"packages",
|
|
"shell",
|
|
"editor",
|
|
"display",
|
|
"brightness",
|
|
"monitor",
|
|
"lm",
|
|
"de",
|
|
"wm",
|
|
"wmtheme",
|
|
"theme",
|
|
"icons",
|
|
"font",
|
|
"cursor",
|
|
"wallpaper",
|
|
"terminal",
|
|
"terminalfont",
|
|
"terminalsize",
|
|
"terminaltheme",
|
|
{
|
|
"type": "cpu",
|
|
"showPeCoreCount": true,
|
|
"temp": true
|
|
},
|
|
"cpucache",
|
|
"cpuusage",
|
|
{
|
|
"type": "gpu",
|
|
"driverSpecific": true,
|
|
"temp": true
|
|
},
|
|
"memory",
|
|
"physicalmemory",
|
|
"swap",
|
|
"disk",
|
|
"btrfs",
|
|
"zpool",
|
|
{
|
|
"type": "battery",
|
|
"temp": true
|
|
},
|
|
"poweradapter",
|
|
"player",
|
|
"media",
|
|
{
|
|
"type": "publicip",
|
|
"timeout": 1000
|
|
},
|
|
{
|
|
"type": "localip",
|
|
"showIpv6": true,
|
|
"showMac": true,
|
|
"showSpeed": true,
|
|
"showMtu": true,
|
|
"showLoop": true,
|
|
"showFlags": true,
|
|
"showAllIps": true
|
|
},
|
|
"dns",
|
|
"wifi",
|
|
"datetime",
|
|
"locale",
|
|
"vulkan",
|
|
"opengl",
|
|
"opencl",
|
|
"users",
|
|
// "bluetooth", // doesn't work on macOS because it requires bluetooth permissions
|
|
// "bluetoothradio",
|
|
"sound",
|
|
"camera",
|
|
"gamepad",
|
|
"mouse",
|
|
"keyboard",
|
|
{
|
|
"type": "weather",
|
|
"timeout": 1000
|
|
},
|
|
"netio",
|
|
"diskio",
|
|
{
|
|
"type": "physicaldisk",
|
|
"temp": true
|
|
},
|
|
"tpm",
|
|
"version",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|