// 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, "key": { "width": 16, }, "separator": "│ ", "percent": { "type": 9, "color": { "green": "green", "yellow": "light_yellow", "red": "light_red" } }, "bar": { "border": null, "char": { "elapsed": "█", "total": "░" }, "width": 40 }, "constants": [ "\u001b[42C" ] }, "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": "datetime", "key": "│ TIME │{$1}", "format": "{hour-pretty}:{minute-pretty}", }, { "type": "datetime", "key": "│ DATE │{$1}", "format": "{day-pretty}.{month}.{year-short}, {weekday}", }, { "type": "custom", "format": "├────────────┼──────────────────────────────────────────┤" }, { "type": "os", "key": "│ OS │{$1}" }, { "type": "kernel", "key": "│ KERNEL │{$1}" }, // { // "type":"display", // "key":"│ MONITOR │{$1}" // }, // { // "type": "custom", // "format": "├────────────┼──────────────────────────────────────────┤" //}, //{ // "type": "localip", //"key": "│ CLIENT IP │{$1}", //"format": "{ipv4}" // }, // { // "type": "localip", // "key": "│ MAC ADDR │{$1}", // "format": "{mac} ({ifname})", // "showIpv4": false, // "showMac": true // }, // { // "type": "dns", // "key": "│ DNS │{$1}", // "showType": "ipv4" // }, { "type": "custom", "format": "├────────────┼──────────────────────────────────────────┤" }, { "type": "cpu", "key": "│ CPU │{$1}", "temp": true, "format": "{name}, {freq-max}{/freq-max}{freq-base}{/} - {temperature}" }, { "type": "gpu", "key": "│ GPU │{$1}", "temp": true, "format": "{name} - {temperature} {frequency}" }, { "type": "memory", "key": "│ RAM │{$1}", "format": "{used} / {total} [{percentage}]", "percent": { "type": ["num"] } }, //{ // "type": "memory", // "key": "│ USAGE │{$1}", // "format": "", // "percent": { // "type": ["bar", "hide-others"] // } // }, { "type": "disk", "key": "│ DISK │{$1}", "format": "{size-used} / {size-total} [{size-percentage}]", "folders": "/", "percent": { "type": ["num"] } }, { "type": "custom", "format": "├────────────┼──────────────────────────────────────────┤" }, { "type": "uptime", "key": "│ UPTIME │{$1}" }, { "type": "disk", "format": "{create-time}", "key": "│ BIRTH TIME │{$1}" }, // { // "type": "DateTime", // "key": "│ DATE&TIME │{$1}" // }, { "type": "custom", "format": "└────────────┴──────────────────────────────────────────┘" } ] }