mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
release 1.7.3
This commit is contained in:
parent
2295e80b67
commit
831b98f836
2
PKGBUILD
2
PKGBUILD
@ -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=('11e919f81c08a06bd86bed4a6c41752c')
|
||||
md5sums=('de9de52ffae7d94bd123cea801a411da')
|
||||
backup=('usr/share/config/extsysmon.conf')
|
||||
|
||||
prepare() {
|
||||
|
@ -18,16 +18,18 @@ 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 8
|
||||
* tag `$cpuN` - load CPU for core N, *%*. N should be in range 0 to 9
|
||||
* tag `$cpucl` - average cpu clock, *MHz*
|
||||
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 8
|
||||
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 9
|
||||
* 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
|
||||
* tag `$mem` - usage memory, *%*
|
||||
* tag `$memmb` - usage memory, *MB*
|
||||
* tag `$memgb` - usage memory, *GB*
|
||||
* tag `$swap` - swap, *%*
|
||||
* tag `$swapmb` - swap, *MB*
|
||||
* tag `$swapgb` - swap, *GB*
|
||||
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
|
||||
* tag `$hddtempN` - temperature for HDD N. For example, `$hddtemp0`
|
||||
* tag `$down` - download speed, *KB/s*
|
||||
|
@ -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 8
|
||||
* tag `$cpuN` - load CPU for core N, *%*. N should be in range 0 to 9
|
||||
* tag `$cpucl` - average cpu clock, *MHz*
|
||||
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 8
|
||||
* tag `$cpuclN` - cpu clock for core N, *MHz*. N should be in range 0 to 9
|
||||
* 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
|
||||
|
@ -16,9 +16,9 @@ PyTextMonitor - минималистичный плазмоид, написан
|
||||
* тэг `$uptime` - время работы, *---d--h--m*
|
||||
* тэг `$custom` - свой формат аптайма
|
||||
* тэг `$cpu` - общая загрузка CPU, *%*
|
||||
* тэг `$cpuN` - загрузка CPU для ядра N, *%*. N должно быть в промежутке от 0 до 8
|
||||
* тэг `$cpuN` - загрузка CPU для ядра N, *%*. N должно быть в промежутке от 0 до 9
|
||||
* тэг `$cpucl` - средняя частота CPU, *MHz*
|
||||
* тэг `$cpuclN` - частота CPU для ядра N, *MHz*. N должно быть в промежутке от 0 до 8
|
||||
* тэг `$cpuclN` - частота CPU для ядра N, *MHz*. N должно быть в промежутке от 0 до 9
|
||||
* тэг `$tempN` - температура для устройства N. Например, `$temp0`
|
||||
* тэг `$gpu` - использование GPU, *%*. `aticonfig` или `nvidia-smi` должны быть установлены
|
||||
* тэг `$gputemp` - температура GPU. `aticonfig` или `nvidia-smi` должны быть установлены
|
||||
|
Loading…
Reference in New Issue
Block a user