mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
fix bug with saving settings
added 'enable popup message'
This commit is contained in:
@ -1,14 +1,23 @@
|
||||
--- README.md.orig 2014-05-28 20:30:26.685205144 +0400
|
||||
+++ README.md 2014-05-28 20:30:26.678538478 +0400
|
||||
@@ -10,6 +10,7 @@
|
||||
+++ README.md 2014-05-29 00:28:13.332304981 +0400
|
||||
@@ -3,13 +3,16 @@
|
||||
|
||||
Information
|
||||
-----------
|
||||
+
|
||||
PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm.
|
||||
|
||||
**NOTE** [LOOKING FOR TRANSLATORS!](https://github.com/arcan1s/pytextmonitor/issues/14)
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
+
|
||||
For edited output you must open Settings window and setup output format in lines:
|
||||
+
|
||||
* tag `$time` - time in default format. For example, *fri Nov 6 04:48:01 2013*
|
||||
* tag `$isotime` - time in iso format
|
||||
* tag `$shorttime` - time in short locale format
|
||||
@@ -27,9 +28,13 @@
|
||||
@@ -27,9 +30,13 @@
|
||||
* tag `$mem` - usage memory, *%*
|
||||
* tag `$memmb` - usage memory, *MB*
|
||||
* tag `$memgb` - usage memory, *GB*
|
||||
@ -22,7 +31,7 @@
|
||||
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
|
||||
* tag `$hddmbN` - usage for mount point N, *MB*. For example, `$hddmb0`
|
||||
* tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hddgb0`
|
||||
@@ -56,6 +61,13 @@
|
||||
@@ -56,8 +63,20 @@
|
||||
|
||||
**NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**.
|
||||
|
||||
@ -35,8 +44,15 @@
|
||||
+
|
||||
Advanced settings
|
||||
-----------------
|
||||
+
|
||||
+**Enable popup**
|
||||
+
|
||||
+Uncheck box if you do not use popup messages
|
||||
+
|
||||
**Custom time**
|
||||
@@ -130,10 +142,6 @@
|
||||
|
||||
* tag `$dddd` - weekday in long format
|
||||
@@ -130,16 +149,14 @@
|
||||
|
||||
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
|
||||
|
||||
@ -46,8 +62,16 @@
|
||||
-
|
||||
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.
|
||||
@@ -148,11 +156,15 @@
|
||||
|
||||
DataEngine settings
|
||||
-------------------
|
||||
+
|
||||
**Custom command**
|
||||
|
||||
*NOTE* This can cause the computer freeze.
|
||||
@@ -148,11 +165,15 @@
|
||||
|
||||
**GPU device**
|
||||
|
||||
@ -65,7 +89,15 @@
|
||||
|
||||
**MPD address**
|
||||
|
||||
@@ -172,6 +184,9 @@
|
||||
@@ -165,6 +186,7 @@
|
||||
**Package manager**
|
||||
|
||||
List of commands, which will be run. Number of null lines is a number of unneeded lines. Defaults:
|
||||
+
|
||||
* *Arch*: `PKGCMD=pacman -Qu`, `PKGNULL=0`
|
||||
* *Debian*: `PKGCMD=apt-show-versions -u -b`, `PKGNULL=0`
|
||||
* *Ubuntu*: `PKGCMD=aptitude search '~U'`, `PKGNULL=0`
|
||||
@@ -172,9 +194,13 @@
|
||||
* *FreeBSD*: `PKGCMD=pkg_version -I -l '<'`, `PKGNULL=0`
|
||||
* *Mandriva*: `PKGCMD=urpmq --auto-select`, `PKGNULL=0`
|
||||
|
||||
@ -75,8 +107,23 @@
|
||||
|
||||
DataEngine configuration
|
||||
------------------------
|
||||
@@ -191,7 +206,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.
|
||||
|
||||
Instruction
|
||||
@@ -182,6 +208,7 @@
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
+
|
||||
* kdebase-workspace
|
||||
* kdebindings-python2
|
||||
* lm_sensors (*for definition temperature device*)
|
||||
@@ -189,18 +216,21 @@
|
||||
|
||||
Optional dependencies
|
||||
---------------------
|
||||
+
|
||||
* 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`)
|
||||
-* music player (amarok, mpd or qmmp)
|
||||
@ -84,3 +131,22 @@
|
||||
|
||||
Make dependencies
|
||||
-----------------
|
||||
+
|
||||
* automoc4
|
||||
* cmake
|
||||
* kdebase-runtime
|
||||
|
||||
Installation
|
||||
------------
|
||||
+
|
||||
* download sources
|
||||
* install
|
||||
|
||||
@@ -222,6 +252,7 @@
|
||||
|
||||
Links
|
||||
-----
|
||||
+
|
||||
* [Homepage](http://arcanis.name/projects/pytextmonitor/)
|
||||
* Plasmoid on [kde-look](http://kde-look.org/content/show.php/Py+Text+Monitor?content=157124)
|
||||
* DataEngine on [kde-look](http://kde-look.org/content/show.php/Extended+Systemmonitor+DataEngine?content=158773)
|
||||
|
Reference in New Issue
Block a user