2018-09-18 13:42:49 -07:00
|
|
|
// Example json file to put in `~/.config/gotop/{name}.json` and load with
|
2019-01-14 19:39:37 -08:00
|
|
|
// `gotop -c {name}`. MUST DELETE THESE COMMENTS AND RENAME FILE in order to load.
|
2018-09-18 13:42:49 -07:00
|
|
|
{
|
|
|
|
"Fg": 7,
|
|
|
|
"Bg": -1,
|
|
|
|
|
|
|
|
"BorderLabel": 7,
|
|
|
|
"BorderLine": 6,
|
|
|
|
|
|
|
|
"CPULines": [4, 3, 2, 1, 5, 6, 7, 8],
|
|
|
|
|
2018-12-26 22:06:55 -06:00
|
|
|
"BattLines": [4, 3, 2, 1, 5, 6, 7, 8],
|
|
|
|
|
2020-02-28 10:03:41 -06:00
|
|
|
"MemLines": [5, 11, 4, 3, 2, 1, 6, 7, 8],
|
2018-09-18 13:42:49 -07:00
|
|
|
|
|
|
|
"ProcCursor": 4,
|
|
|
|
|
|
|
|
"Sparkline": 4,
|
|
|
|
|
|
|
|
"DiskBar": 7,
|
|
|
|
|
|
|
|
"TempLow": 2,
|
|
|
|
"TempHigh": 1
|
|
|
|
}
|