Skip to content

Add Formatting instead of booleans

Compare
Choose a tag to compare
@M4cs M4cs released this 22 May 23:59
· 32 commits to master since this release
  • You can now choose which format you want the info to display in. Everything is type strict. Please see the readme for all available modules to display! Modules Added: "user", "sep", "uptime", "mem", "cpu", "procs", "cpuCores", "cpuThreads", "disk", "wversion", "gpus", "bios", "baseboard"
  • New Config Value format
  • Fix ShowAscii
  • Example Config:
{
 "format": [
  "user",
  "sep",
  "uptime",
  "mem",
  "cpu",
  "cpuCores",
  "cpuThreads",
  "procs",
  "disk",
  "wversion",
  "gpus",
  "bios",
  "baseboard"
 ],
 "showAscii": true,
 "useDefaultColors": true,
 "useSmallAscii": false,
 "asciiColor": "Blue",
 "useCustomAscii": false,
 "customAsciiPath": "",
 "userColor": "Red",
 "sepColor": "Red",
 "titleColor": "Green",
 "infoColor": "White",
 "titles": {
  "memory": "Memory",
  "cpu": "CPU #",
  "cpuCores": "CPU Cores",
  "cpuThreads": "CPU Threads",
  "gpus": "GPU #",
  "diskSize": "Disk Size",
  "windowsVersion": "Windows Ver.",
  "bios": "BIOS",
  "baseboard": "Baseboard",
  "processCount": "Processes",
  "uptime": "Uptime"
 }
}