From 99c9d33ec205598204456d81d90b2955fc8aa86d Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 28 May 2014 18:18:02 +0400 Subject: [PATCH] added tips and tricks block --- projects/pytextmonitor.html | 5 +++++ ru/projects/pytextmonitor.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/projects/pytextmonitor.html b/projects/pytextmonitor.html index 5db5cd8..e493127 100644 --- a/projects/pytextmonitor.html +++ b/projects/pytextmonitor.html @@ -79,6 +79,11 @@ sudo make install

How to use

Open your Plasma widgetes and select Py Text Monitor.

+ +

Tips & tricks

+

You may use different colors for labels. Just put label text into html code. See issue 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 for more details.

diff --git a/ru/projects/pytextmonitor.html b/ru/projects/pytextmonitor.html index 99a82ee..8aab2f5 100644 --- a/ru/projects/pytextmonitor.html +++ b/ru/projects/pytextmonitor.html @@ -80,6 +80,11 @@ sudo make install

Использование

Откройте список виджетов Plasma и выберете Py Text Monitor.

+ +

Tips & tricks

+

Вы можете использовать различные цвета в полях. Просто вставьте нужный текст в html код. Смотри вопрос для более подробной информации.

+ +

Нумерация элементов в полях температура, использование HDD, скорость HDD, температура HDD ссылается на порядок элементов во второй вкладке (Расширенные настройки). Вы должны сначала добавить требуемые элементы в нужный listWidget. И первый элемент в listWdiget будет связан c $tag0. Смотри вопрос для более подробной информации.