added support of more than 10 tags

This commit is contained in:
arcan1s
2014-04-05 22:40:38 +04:00
parent 2c4515eb66
commit 9ba7a2b0d5
13 changed files with 677 additions and 639 deletions

View File

@ -18,9 +18,9 @@ For edited output you must open Settings window and setup output format in lines
* tag `$uptime` - uptime, *---d--h--m*
* tag `$custom` - custom uptime format
* tag `$cpu` - total load cpu, *%*
* tag `$cpuN` - load CPU for core N, *%*. N should be in range 0 to 9
* tag `$cpuN` - load CPU for core N, *%*
* tag `$cpucl` - average cpu clock, *MHz*
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 9
* tag `$cpuclN` - cpu clock for core N, *MHz*
* tag `$tempN` - temperature for device N. For example, `$temp0`
* tag `$gpu` - GPU usage, *%*. `aticonfig` or `nvidia-smi` must be installed
* tag `$gputemp` - GPU temperature. `aticonfig` or `nvidia-smi` must be installed