edited tooltip in configuration window

This commit is contained in:
arcan1s
2014-04-03 13:17:08 +04:00
parent 4547815549
commit 975b575db5
8 changed files with 363 additions and 321 deletions

View File

@ -10,34 +10,34 @@ PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks lik
Configuration
-------------
For edited output you must open Settings window and setup output format in lines:
* tag `$time` - time in default format. For example, `fri Nov 6 04:48:01 2013`
* tag `$time` - time in default format. For example, *fri Nov 6 04:48:01 2013*
* tag `$isotime` - time in iso format
* tag `$shorttime` - time in short locale format
* tag `$longtime` - time in long locale format
* tag `$custom` - custom time format
* tag `$uptime` - uptime, <i>---d--h--m</i>
* tag `$uptime` - uptime, *---d--h--m*
* tag `$custom` - custom uptime format
* tag `$cpu` - total load cpu, <i>%</i>
* tag `$cpuN` - load CPU for core N, <i>%</i>. N should be in range 0 to 8
* tag `$cpucl` - average cpu clock, <i>MHz</i>
* tag `$cpuclN` - cpu clock for core N, <i>MHz</i>. N should be in range 0 to 8
* tag `$cpu` - total load cpu, *%*
* tag `$cpuN` - load CPU for core N, *%*. N should be in range 0 to 8
* tag `$cpucl` - average cpu clock, *MHz*
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 8
* tag `$tempN` - temperature for device N. For example, `$temp0`
* tag `$gpu` - GPU usage, <i>%</i>. `aticonfig` or `nvidia-smi` must be installed
* tag `$gpu` - GPU usage, *%*. `aticonfig` or `nvidia-smi` must be installed
* tag `$gputemp` - GPU temperature. `aticonfig` or `nvidia-smi` must be installed
* tag `$mem` - usage memory, <i>%</i>
* tag `$memmb` - usage memory, <i>MB</i>
* tag `$swap` - swap, <i>%</i>
* tag `$swapmb` - swap, <i>MB</i>
* tag `$hddN` - usage for mount point N, <i>%</i>. For example, `$hdd0`
* tag `$mem` - usage memory, *%*
* tag `$memmb` - usage memory, *MB*
* tag `$swap` - swap, *%*
* tag `$swapmb` - swap, *MB*
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
* tag `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
* tag `$down` - download speed, <i>KB/s</i>
* tag `$up` - upload speed, <i>KB/s</i>
* tag `$down` - download speed, *KB/s*
* tag `$up` - upload speed, *KB/s*
* tag `$netdev` - current network device
* tag `$bat` - battery charge, <i>%</i>
* tag `$ac` - status AC device. Return <i>(*)</i> if AC device is online or <i>( )</i> if offline
* tag `$bat` - battery charge, *%*
* tag `$ac` - status AC device. Return *(\*)* if AC device is online or *( )* if offline
* tag `$album` - current song album. One of supported music players must be installed
* tag `$artist` - current song artist. One of supported music players must be installed
* tag `$progress` - current song progress. One of supported music players must be installed (mpd does not support yet)
* tag `$progress` - current song progress. One of supported music players must be installed
* tag `$time` - current song duration. One of supported music players must be installed
* tag `$title` - current song title. One of supported music players must be installed
* tag `$custom` - returns output for custom command
@ -70,7 +70,7 @@ Advanced settings
**Custom uptime**
* tag `$dd` - uptime days
* tag `$dd` - uptime days without zero
* tag `$d` - uptime days without zero
* tag `$hh` - uptime hours
* tag `$h` - uptime hours without zero
* tag `$mm` - uptime minutes