updated readme

This commit is contained in:
arcan1s 2014-05-28 18:07:11 +04:00
parent 77349e797f
commit b4f7b6e65a
7 changed files with 53 additions and 5 deletions

View File

@ -10,6 +10,7 @@ url="http://arcanis.name/projects/pytextmonitor"
license=('GPLv3') license=('GPLv3')
depends=('kdebase-workspace' 'kdebindings-python2' 'lm_sensors') depends=('kdebase-workspace' 'kdebindings-python2' 'lm_sensors')
optdepends=("amarok: for music player monitor" optdepends=("amarok: for music player monitor"
"clementine: for music player monitor"
"catalyst: for GPU monitor" "catalyst: for GPU monitor"
"hddtemp: for HDD temperature monitor" "hddtemp: for HDD temperature monitor"
"mpd: for music player monitor" "mpd: for music player monitor"

View File

@ -61,6 +61,13 @@ Label order will changed if you change slider position. HTML tags in label work
**NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**. **NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**.
Tips & tricks
-------------
You may use different colors for labels. Just put label text into html code. See [issue](https://github.com/arcan1s/pytextmonitor/issues/9) for more details.
Numbering of elements of temperature, HDD usage, HDD speed, HDD temperature refers to elements order from second tab (*Advanced settings*). You should add item to the required listWidget first. And the first element in the listWidget will be `$tag0`. See [issue](https://github.com/arcan1s/pytextmonitor/issues/17) for more details.
Advanced settings Advanced settings
----------------- -----------------
**Custom time** **Custom time**

View File

@ -61,6 +61,13 @@ Label order will changed if you change slider position. HTML tags in label work
**NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**. **NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**.
Tips & tricks
-------------
You may use different colors for labels. Just put label text into html code. See [issue](https://github.com/arcan1s/pytextmonitor/issues/9) for more details.
Numbering of elements of temperature, HDD usage, HDD speed, HDD temperature refers to elements order from second tab (*Advanced settings*). You should add item to the required listWidget first. And the first element in the listWidget will be `$tag0`. See [issue](https://github.com/arcan1s/pytextmonitor/issues/17) for more details.
Advanced settings Advanced settings
----------------- -----------------
**Custom time** **Custom time**

View File

@ -62,6 +62,13 @@ PyTextMonitor - минималистичный плазмоид, написан
**ЗАМЕЧАНИЕ** вы не можете установить тег `$cpu`, например, в поле swap. **`$cpu` будет работать только в поле CPU**. **ЗАМЕЧАНИЕ** вы не можете установить тег `$cpu`, например, в поле swap. **`$cpu` будет работать только в поле CPU**.
Советы и хитрости
-----------------
Вы можете использовать различные цвета в полях. Просто вставьте нужный текст в html код. Смотри [вопрос](https://github.com/arcan1s/pytextmonitor/issues/9) для более подробной информации.
Нумерация элементов в полях температура, использование HDD, скорость HDD, температура HDD ссылается на порядок элементов во второй вкладке (*Расширенные настройки*). Вы должны сначала добавить требуемые элементы в нужный listWidget. И первый элемент в listWdiget будет связан c `$tag0`. Смотри [вопрос](https://github.com/arcan1s/pytextmonitor/issues/17) для более подробной информации.
Расширенные настройки Расширенные настройки
--------------------- ---------------------
**Свой формат времени** **Свой формат времени**

View File

@ -1,5 +1,5 @@
--- README.md.orig 2014-05-21 19:56:55.000000000 +0400 --- README.md.orig 2014-05-21 19:56:55.000000000 +0400
+++ README.md 2014-05-27 16:05:16.796247699 +0400 +++ README.md 2014-05-28 18:06:58.069570956 +0400
@@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
Configuration Configuration
------------- -------------
@ -22,7 +22,21 @@
* 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, `$hddmb0` * tag `$hddmbN` - usage for mount point N, *MB*. For example, `$hddmb0`
* tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hddgb0` * tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hddgb0`
@@ -130,10 +135,6 @@ @@ -56,6 +61,13 @@
**NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**.
+Tips & tricks
+-------------
+
+You may use different colors for labels. Just put label text into html code. See [issue](https://github.com/arcan1s/pytextmonitor/issues/9) for more details.
+
+Numbering of elements of temperature, HDD usage, HDD speed, HDD temperature refers to elements order from second tab (*Advanced settings*). You should add item to the required listWidget first. And the first element in the listWidget will be `$tag0`. See [issue](https://github.com/arcan1s/pytextmonitor/issues/17) for more details.
+
Advanced settings
-----------------
**Custom time**
@@ -130,10 +142,6 @@
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online. File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
@ -33,7 +47,7 @@
Tooltip settings Tooltip settings
---------------- ----------------
Since version 1.7.0 CPU, CPU clock, memory, swap and network labels support graphical tooltip. To enable them just make the needed checkboxes a fully checked. The number of stored values can be set in the tab. Colors of graphs are configurable too. Since version 1.7.0 CPU, CPU clock, memory, swap and network labels support graphical tooltip. To enable them just make the needed checkboxes a fully checked. The number of stored values can be set in the tab. Colors of graphs are configurable too.
@@ -148,11 +149,15 @@ @@ -148,11 +156,15 @@
**GPU device** **GPU device**
@ -51,7 +65,7 @@
**MPD address** **MPD address**
@@ -172,6 +177,9 @@ @@ -172,6 +184,9 @@
* *FreeBSD*: `PKGCMD=pkg_version -I -l '<'`, `PKGNULL=0` * *FreeBSD*: `PKGCMD=pkg_version -I -l '<'`, `PKGNULL=0`
* *Mandriva*: `PKGCMD=urpmq --auto-select`, `PKGNULL=0` * *Mandriva*: `PKGCMD=urpmq --auto-select`, `PKGNULL=0`
@ -61,7 +75,7 @@
DataEngine configuration DataEngine configuration
------------------------ ------------------------
@@ -191,7 +199,7 @@ @@ -191,7 +206,7 @@
--------------------- ---------------------
* proprietary video driver * proprietary video driver
* hddtemp (make sure that it may be run with `sudo` without password. Just add following line to `/etc/sudoers`: `$USERNAME ALL=NOPASSWD: /usr/bin/hddtemp`) * hddtemp (make sure that it may be run with `sudo` without password. Just add following line to `/etc/sudoers`: `$USERNAME ALL=NOPASSWD: /usr/bin/hddtemp`)

View File

@ -62,6 +62,12 @@
<p><strong>NOTE</strong> you don't may set to show <code>$cpu</code> tag in swap label for example. <strong><code>$cpu</code> will work only in cpu label</strong>.</p> <p><strong>NOTE</strong> you don't may set to show <code>$cpu</code> tag in swap label for example. <strong><code>$cpu</code> will work only in cpu label</strong>.</p>
<h2>Tips &amp; tricks</h2>
<p>You may use different colors for labels. Just put label text into html code. See <a href="https://github.com/arcan1s/pytextmonitor/issues/9">issue</a> for more details.</p>
<p>Numbering of elements of temperature, HDD usage, HDD speed, HDD temperature refers to elements order from second tab (<em>Advanced settings</em>). You should add item to the required listWidget first. And the first element in the listWidget will be <code>$tag0</code>. See <a href="https://github.com/arcan1s/pytextmonitor/issues/17">issue</a> for more details.</p>
<h2>Advanced settings</h2> <h2>Advanced settings</h2>
<p><strong>Custom time</strong></p> <p><strong>Custom time</strong></p>

View File

@ -62,6 +62,12 @@
<p><strong>ЗАМЕЧАНИЕ</strong> вы не можете установить тег <code>$cpu</code>, например, в поле swap. <strong><code>$cpu</code> будет работать только в поле CPU</strong>.</p> <p><strong>ЗАМЕЧАНИЕ</strong> вы не можете установить тег <code>$cpu</code>, например, в поле swap. <strong><code>$cpu</code> будет работать только в поле CPU</strong>.</p>
<h2>Советы и хитрости</h2>
<p>Вы можете использовать различные цвета в полях. Просто вставьте нужный текст в html код. Смотри <a href="https://github.com/arcan1s/pytextmonitor/issues/9">вопрос</a> для более подробной информации.</p>
<p>Нумерация элементов в полях температура, использование HDD, скорость HDD, температура HDD ссылается на порядок элементов во второй вкладке (<em>Расширенные настройки</em>). Вы должны сначала добавить требуемые элементы в нужный listWidget. И первый элемент в listWdiget будет связан c <code>$tag0</code>. Смотри <a href="https://github.com/arcan1s/pytextmonitor/issues/17">вопрос</a> для более подробной информации.</p>
<h2>Расширенные настройки</h2> <h2>Расширенные настройки</h2>
<p><strong>Свой формат времени</strong></p> <p><strong>Свой формат времени</strong></p>