From f54ba7a6cfa65c6e4f1a90c4518b510233c15067 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 19 May 2014 21:22:11 +0400 Subject: [PATCH] updated en readme --- PKGBUILD | 4 ++-- README.md | 6 ++++-- sources/readme/en.md | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6459000..3d52528 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() { diff --git a/README.md b/README.md index 44d9cd2..2e06b9a 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/sources/readme/en.md b/sources/readme/en.md index 727964f..2e06b9a 100644 --- a/sources/readme/en.md +++ b/sources/readme/en.md @@ -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**