mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
161 lines
5.6 KiB
JSON
161 lines
5.6 KiB
JSON
// Inspired by https://github.com/usgraphics/TR-100
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": null,
|
|
"display": {
|
|
"pipe": true,
|
|
"keyWidth": 16,
|
|
"separator": "│ ",
|
|
"percent": {
|
|
"type": 6
|
|
},
|
|
"bar": {
|
|
"borderLeft": "",
|
|
"borderRight": "",
|
|
"charElapsed": "█",
|
|
"charTotal": "░",
|
|
"width": 40
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "custom",
|
|
"format": "┌┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┐"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┤"
|
|
},
|
|
{
|
|
"type": "version",
|
|
"key": " ",
|
|
"format": "│ FASTFETCH v{version} │"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "│ TR-100 MACHINE REPORT │"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┬──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "│ OS │\u001b[42C"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "│ KERNEL │\u001b[42C"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┼──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "title",
|
|
"key": "│ HOSTNAME │\u001b[42C",
|
|
"format": "{host-name}"
|
|
},
|
|
{
|
|
"type": "localip",
|
|
"key": "│ CLIENT IP │\u001b[42C",
|
|
"format": "{ipv4}"
|
|
},
|
|
{
|
|
"type": "localip",
|
|
"key": "│ MAC ADDR │\u001b[42C",
|
|
"format": "{mac} ({ifname})",
|
|
"showIPv4": false,
|
|
"showMac": true
|
|
},
|
|
{
|
|
"type": "dns",
|
|
"key": "│ DNS │\u001b[42C",
|
|
"showType": "ipv4"
|
|
},
|
|
{
|
|
"type": "title",
|
|
"key": "│ USER │\u001b[42C",
|
|
"format": "{user-name}"
|
|
},
|
|
{
|
|
"type": "host",
|
|
"key": "│ MACHINE │\u001b[42C",
|
|
"format": "{name}"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┼──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ PROCESSOR │\u001b[42C",
|
|
"format": "{name}"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ CORES │\u001b[42C",
|
|
"format": "{cores-physical} PHYSICAL CORES / {cores-logical} THREADS",
|
|
"showPeCoreCount": false
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ CPU FREQ │\u001b[42C",
|
|
"format": "{freq-max}{/freq-max}{freq-base}{/} GHz"
|
|
},
|
|
{
|
|
"type": "loadavg",
|
|
"compact": false,
|
|
// {duration} is not fixed length, hack it
|
|
"key": "│ LOAD \u001b[s{duration}m\u001b[u\u001b[6C│\u001b[42C"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┼──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "│ MEMORY │\u001b[42C",
|
|
"format": "{used} / {total} [{percentage}]"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "│ USAGE │\u001b[42C",
|
|
"format": ""
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┼──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": "│ VOLUME │\u001b[42C",
|
|
"format": "{size-used} / {size-total} [{size-percentage}]",
|
|
"folders": "/"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": "│ DISK USAGE │\u001b[42C",
|
|
"format": ""
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├────────────┼──────────────────────────────────────────┤"
|
|
},
|
|
{
|
|
"type": "users",
|
|
"key": "│ LAST LOGIN │\u001b[42C",
|
|
"format": "{login-time}{?client-ip} ({client-ip})",
|
|
"myselfOnly": true
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "│ UPTIME │\u001b[42C"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "└────────────┴──────────────────────────────────────────┘"
|
|
}
|
|
]
|
|
}
|