mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
updated en readme
This commit is contained in:
parent
7427183981
commit
f54ba7a6cf
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=kdeplasma-applets-pytextmonitor
|
pkgname=kdeplasma-applets-pytextmonitor
|
||||||
_pkgname=pytextmonitor
|
_pkgname=pytextmonitor
|
||||||
pkgver=1.8.3
|
pkgver=1.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM"
|
pkgdesc="Minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -20,7 +20,7 @@ optdepends=("amarok: for music player monitor"
|
|||||||
makedepends=('automoc4' 'cmake')
|
makedepends=('automoc4' 'cmake')
|
||||||
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
|
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
md5sums=('fc23780079bd9ecf29a3b5e8328abbb3')
|
md5sums=('e7356238c78278c821cfb1493c9ab7f6')
|
||||||
backup=('usr/share/config/extsysmon.conf')
|
backup=('usr/share/config/extsysmon.conf')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -31,6 +31,8 @@ For edited output you must open Settings window and setup output format in lines
|
|||||||
* tag `$swapmb` - swap, *MB*
|
* tag `$swapmb` - swap, *MB*
|
||||||
* tag `$swapgb` - swap, *GB*
|
* tag `$swapgb` - swap, *GB*
|
||||||
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
|
* 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 `$hddrN` - read speed of disk N, *KB/s*. For example, `$hddr0`
|
||||||
* tag `$hddwN` - write speed of disk N, *KB/s*. For example, `$hddw0`
|
* tag `$hddwN` - write speed of disk N, *KB/s*. For example, `$hddw0`
|
||||||
* tag `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
|
* 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 `$pstotal` - total number of processes
|
||||||
* tag `$ps` - list of running processes
|
* tag `$ps` - list of running processes
|
||||||
* tag `$pkgcountN` - number of packages, which available to upgrade for command N. For example, `$pkgcount0`
|
* 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.
|
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.
|
*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**
|
**GPU device**
|
||||||
|
|
||||||
|
@ -31,6 +31,10 @@ For edited output you must open Settings window and setup output format in lines
|
|||||||
* tag `$swapmb` - swap, *MB*
|
* tag `$swapmb` - swap, *MB*
|
||||||
* tag `$swapgb` - swap, *GB*
|
* tag `$swapgb` - swap, *GB*
|
||||||
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
|
* 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 `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
|
||||||
* tag `$down` - download speed, *KB/s*
|
* tag `$down` - download speed, *KB/s*
|
||||||
* tag `$up` - upload 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 `$pstotal` - total number of processes
|
||||||
* tag `$ps` - list of running processes
|
* tag `$ps` - list of running processes
|
||||||
* tag `$pkgcountN` - number of packages, which available to upgrade for command N. For example, `$pkgcount0`
|
* 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.
|
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.
|
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**
|
**Network directory**
|
||||||
|
|
||||||
@ -136,7 +144,7 @@ DataEngine settings
|
|||||||
|
|
||||||
*NOTE* This can cause the computer freeze.
|
*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**
|
**GPU device**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user