xmtop/colorschemes/default.json
Sean E. Russell 5ee4b4a978 Adds battery support
Cleans up mod file; adds flag for battery.

Adds documentation; fixes missing color sets for battery.
2018-12-26 23:15:44 -06:00

26 lines
404 B
JSON

// Example json file to put in `~/.config/gotop/{name}.json` and load with
// `gotop -c {name}`. MUST DELETE THESE COMMENTS in order to load.
{
"Fg": 7,
"Bg": -1,
"BorderLabel": 7,
"BorderLine": 6,
"CPULines": [4, 3, 2, 1, 5, 6, 7, 8],
"BattLines": [4, 3, 2, 1, 5, 6, 7, 8],
"MainMem": 5,
"SwapMem": 11,
"ProcCursor": 4,
"Sparkline": 4,
"DiskBar": 7,
"TempLow": 2,
"TempHigh": 1
}