mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
edited readme and changelog
This commit is contained in:
parent
f1e22f122e
commit
a0288bcf96
@ -8,6 +8,7 @@ Ver.1.10.0:
|
|||||||
+ added error checking of DataEngine variables
|
+ added error checking of DataEngine variables
|
||||||
+ added ability to disable popup messages
|
+ added ability to disable popup messages
|
||||||
+ added ability to use vertical layout
|
+ added ability to use vertical layout
|
||||||
|
+ added ability to add stretch
|
||||||
+ added ability to show debug information (set environment variable 'PTM_DEBUG' to 'yes')
|
+ added ability to show debug information (set environment variable 'PTM_DEBUG' to 'yes')
|
||||||
+ added Brazillian Portuguese translation (@underr)
|
+ added Brazillian Portuguese translation (@underr)
|
||||||
+ added Ukrainian translation (Виктор Слободян)
|
+ added Ukrainian translation (Виктор Слободян)
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
+ добавлена проверка ошибок для переменных DataEngine
|
+ добавлена проверка ошибок для переменных DataEngine
|
||||||
+ добавлена возможность отключения всплывающих сообщений
|
+ добавлена возможность отключения всплывающих сообщений
|
||||||
+ добавлена возможность использовать вертикальную разметку
|
+ добавлена возможность использовать вертикальную разметку
|
||||||
|
+ добавлена возможность добавить пустое пространство
|
||||||
+ добавлена возможность вывода отладочной информации (установите переменную окружения 'PTM_DEBUG' в 'yes')
|
+ добавлена возможность вывода отладочной информации (установите переменную окружения 'PTM_DEBUG' в 'yes')
|
||||||
+ добавлен перевод Brazillian Portuguese (@underr)
|
+ добавлен перевод Brazillian Portuguese (@underr)
|
||||||
+ добавлена украинская локализация (Виктор Слободян)
|
+ добавлена украинская локализация (Виктор Слободян)
|
||||||
|
@ -83,6 +83,10 @@ Use vertical layout instead of horizontal one.
|
|||||||
|
|
||||||
Uncheck box if you do not use popup messages.
|
Uncheck box if you do not use popup messages.
|
||||||
|
|
||||||
|
**Add stretch**
|
||||||
|
|
||||||
|
Add stretch (spacer) to the selected side of the widget.
|
||||||
|
|
||||||
**Custom time**
|
**Custom time**
|
||||||
|
|
||||||
* tag `$dddd` - weekday in long format
|
* tag `$dddd` - weekday in long format
|
||||||
|
@ -83,6 +83,10 @@ Use vertical layout instead of horizontal one.
|
|||||||
|
|
||||||
Uncheck box if you do not use popup messages.
|
Uncheck box if you do not use popup messages.
|
||||||
|
|
||||||
|
**Add stretch**
|
||||||
|
|
||||||
|
Add stretch (spacer) to the selected side of the widget.
|
||||||
|
|
||||||
**Custom time**
|
**Custom time**
|
||||||
|
|
||||||
* tag `$dddd` - weekday in long format
|
* tag `$dddd` - weekday in long format
|
||||||
|
@ -83,6 +83,10 @@ PyTextMonitor - минималистичный плазмоид, написан
|
|||||||
|
|
||||||
Нажмите на чекбокс, если вы не используете всплывающие сообщения.
|
Нажмите на чекбокс, если вы не используете всплывающие сообщения.
|
||||||
|
|
||||||
|
**Добавить пустое пространство**
|
||||||
|
|
||||||
|
Добавить пустое пространство в указанное место виджета.
|
||||||
|
|
||||||
**Свой формат времени**
|
**Свой формат времени**
|
||||||
|
|
||||||
* тег `$dddd` - день недели в длинном формате
|
* тег `$dddd` - день недели в длинном формате
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- README.md.orig 2014-05-28 20:30:26.685205144 +0400
|
--- README.md.orig 2014-05-28 20:30:26.685205144 +0400
|
||||||
+++ README.md 2014-06-02 12:16:19.449635195 +0400
|
+++ README.md 2014-06-04 22:53:46.987069143 +0400
|
||||||
@@ -3,13 +3,16 @@
|
@@ -3,13 +3,16 @@
|
||||||
|
|
||||||
Information
|
Information
|
||||||
@ -36,7 +36,7 @@
|
|||||||
* 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`
|
||||||
@@ -56,8 +65,24 @@
|
@@ -56,8 +65,28 @@
|
||||||
|
|
||||||
**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**.
|
||||||
|
|
||||||
@ -57,11 +57,15 @@
|
|||||||
+**Enable popup**
|
+**Enable popup**
|
||||||
+
|
+
|
||||||
+Uncheck box if you do not use popup messages.
|
+Uncheck box if you do not use popup messages.
|
||||||
|
+
|
||||||
|
+**Add stretch**
|
||||||
|
+
|
||||||
|
+Add stretch (spacer) to the selected side of the widget.
|
||||||
+
|
+
|
||||||
**Custom time**
|
**Custom time**
|
||||||
|
|
||||||
* tag `$dddd` - weekday in long format
|
* tag `$dddd` - weekday in long format
|
||||||
@@ -130,16 +155,14 @@
|
@@ -130,16 +159,14 @@
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@ -80,7 +84,7 @@
|
|||||||
**Custom command**
|
**Custom command**
|
||||||
|
|
||||||
*NOTE* This can cause the computer freeze.
|
*NOTE* This can cause the computer freeze.
|
||||||
@@ -148,11 +171,15 @@
|
@@ -148,11 +175,15 @@
|
||||||
|
|
||||||
**GPU device**
|
**GPU device**
|
||||||
|
|
||||||
@ -98,7 +102,7 @@
|
|||||||
|
|
||||||
**MPD address**
|
**MPD address**
|
||||||
|
|
||||||
@@ -165,6 +192,7 @@
|
@@ -165,6 +196,7 @@
|
||||||
**Package manager**
|
**Package manager**
|
||||||
|
|
||||||
List of commands, which will be run. Number of null lines is a number of unneeded lines. Defaults:
|
List of commands, which will be run. Number of null lines is a number of unneeded lines. Defaults:
|
||||||
@ -106,7 +110,7 @@
|
|||||||
* *Arch*: `PKGCMD=pacman -Qu`, `PKGNULL=0`
|
* *Arch*: `PKGCMD=pacman -Qu`, `PKGNULL=0`
|
||||||
* *Debian*: `PKGCMD=apt-show-versions -u -b`, `PKGNULL=0`
|
* *Debian*: `PKGCMD=apt-show-versions -u -b`, `PKGNULL=0`
|
||||||
* *Ubuntu*: `PKGCMD=aptitude search '~U'`, `PKGNULL=0`
|
* *Ubuntu*: `PKGCMD=aptitude search '~U'`, `PKGNULL=0`
|
||||||
@@ -172,9 +200,13 @@
|
@@ -172,9 +204,13 @@
|
||||||
* *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`
|
||||||
|
|
||||||
@ -120,7 +124,7 @@
|
|||||||
You may edit DataEngine configuration. It is `/usr/share/config/extsysmon.conf` or `$HOME/share/config/extsysmon.conf` depending on the type of installation. Uncomment needed line and edit it.
|
You may edit DataEngine configuration. It is `/usr/share/config/extsysmon.conf` or `$HOME/share/config/extsysmon.conf` depending on the type of installation. Uncomment needed line and edit it.
|
||||||
|
|
||||||
Instruction
|
Instruction
|
||||||
@@ -182,25 +214,28 @@
|
@@ -182,25 +218,28 @@
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
@ -152,7 +156,7 @@
|
|||||||
* download sources
|
* download sources
|
||||||
* install
|
* install
|
||||||
|
|
||||||
@@ -222,6 +257,7 @@
|
@@ -222,6 +261,7 @@
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
-----
|
||||||
|
@ -81,6 +81,10 @@
|
|||||||
|
|
||||||
<p>Uncheck box if you do not use popup messages.</p>
|
<p>Uncheck box if you do not use popup messages.</p>
|
||||||
|
|
||||||
|
<p><strong>Add stretch</strong></p>
|
||||||
|
|
||||||
|
<p>Add stretch (spacer) to the selected side of the widget.</p>
|
||||||
|
|
||||||
<p><strong>Custom time</strong></p>
|
<p><strong>Custom time</strong></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -81,6 +81,10 @@
|
|||||||
|
|
||||||
<p>Нажмите на чекбокс, если вы не используете всплывающие сообщения.</p>
|
<p>Нажмите на чекбокс, если вы не используете всплывающие сообщения.</p>
|
||||||
|
|
||||||
|
<p><strong>Добавить пустое пространство</strong></p>
|
||||||
|
|
||||||
|
<p>Добавить пустое пространство в указанное место виджета.</p>
|
||||||
|
|
||||||
<p><strong>Свой формат времени</strong></p>
|
<p><strong>Свой формат времени</strong></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user