updated en readme

This commit is contained in:
arcan1s 2014-05-19 21:22:11 +04:00
parent 7427183981
commit f54ba7a6cf
3 changed files with 18 additions and 8 deletions

View File

@ -2,7 +2,7 @@
pkgname=kdeplasma-applets-pytextmonitor
_pkgname=pytextmonitor
pkgver=1.8.3
pkgver=1.9.0
pkgrel=1
pkgdesc="Minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM"
arch=('i686' 'x86_64')
@ -20,7 +20,7 @@ optdepends=("amarok: for music player monitor"
makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install
md5sums=('fc23780079bd9ecf29a3b5e8328abbb3')
md5sums=('e7356238c78278c821cfb1493c9ab7f6')
backup=('usr/share/config/extsysmon.conf')
prepare() {

View File

@ -31,6 +31,8 @@ For edited output you must open Settings window and setup output format in lines
* tag `$swapmb` - swap, *MB*
* tag `$swapgb` - swap, *GB*
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
* tag `$hddmbN` - usage for mount point N, *MB*. For example, `$hdd0`
* tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hdd0`
* tag `$hddrN` - read speed of disk N, *KB/s*. For example, `$hddr0`
* tag `$hddwN` - write speed of disk N, *KB/s*. For example, `$hddw0`
* tag `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
@ -48,7 +50,7 @@ For edited output you must open Settings window and setup output format in lines
* tag `$pstotal` - total number of processes
* tag `$ps` - list of running processes
* tag `$pkgcountN` - number of packages, which available to upgrade for command N. For example, `$pkgcount0`
* tag `$custom` - returns output for custom command
* tag `$customN` - returns output for custom command N. For example, `$custom0`
Label order will changed if you change slider position. HTML tags in label work normally.
@ -142,7 +144,7 @@ DataEngine settings
*NOTE* This can cause the computer freeze.
A command, which will be run for custom label.
Commands, which will be run for custom label. Separator is `@@`.
**GPU device**

View File

@ -31,6 +31,10 @@ For edited output you must open Settings window and setup output format in lines
* tag `$swapmb` - swap, *MB*
* tag `$swapgb` - swap, *GB*
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
* tag `$hddmbN` - usage for mount point N, *MB*. For example, `$hdd0`
* tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hdd0`
* tag `$hddrN` - read speed of disk N, *KB/s*. For example, `$hddr0`
* tag `$hddwN` - write speed of disk N, *KB/s*. For example, `$hddw0`
* tag `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
* tag `$down` - download speed, *KB/s*
* tag `$up` - upload speed, *KB/s*
@ -46,7 +50,7 @@ For edited output you must open Settings window and setup output format in lines
* tag `$pstotal` - total number of processes
* tag `$ps` - list of running processes
* tag `$pkgcountN` - number of packages, which available to upgrade for command N. For example, `$pkgcount0`
* tag `$custom` - returns output for custom command
* tag `$customN` - returns output for custom command N. For example, `$custom0`
Label order will changed if you change slider position. HTML tags in label work normally.
@ -94,9 +98,13 @@ List of devices, which will be observed in temp label (combo box items come from
List of mount points, which will be observed in hdd label (combo box items come from `mount`). List widget is editable, delete key will remove current item.
**HDD**
**HDD (speed)**
List of hard disk devices, which will be observed in hddtem label (combo box items come from `find`). List widget is editable, delete key will remove current item.
List of hard disk devices, which will be observed in hddspeed label (combo box items come from DataEngine). List widget is editable, delete key will remove current item.
**HDD (temperature)**
List of hard disk devices, which will be observed in hddtemp label (combo box items come from `find`). List widget is editable, delete key will remove current item.
**Network directory**
@ -136,7 +144,7 @@ DataEngine settings
*NOTE* This can cause the computer freeze.
A command, which will be run for custom label.
Commands, which will be run for custom label. Separator is `@@`.
**GPU device**