moved player settings from plasmoid to dataengine

try to fix creating a lot of zombies
This commit is contained in:
arcan1s
2014-05-27 09:11:53 +04:00
parent 926c283338
commit 6ba1288c50
15 changed files with 135 additions and 156 deletions

View File

@ -1,5 +1,5 @@
--- README.md.orig 2014-05-21 19:56:55.000000000 +0400
+++ README.md 2014-05-27 01:20:30.845903666 +0400
+++ README.md 2014-05-27 09:07:25.548819808 +0400
@@ -10,6 +10,7 @@
Configuration
-------------
@ -22,7 +22,18 @@
* 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`
@@ -154,6 +159,10 @@
@@ -130,10 +135,6 @@
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
-**Music player**
-
-Select one of supported music playes for player label.
-
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.
@@ -154,6 +155,10 @@
Select one of HDDs for HDD temperature monitor. `all` will enable monitor for all devices. Default is `all`.
@ -33,7 +44,17 @@
**MPD address**
Address of MPD server. Default is `localhost`.
@@ -191,7 +200,7 @@
@@ -172,6 +177,9 @@
* *FreeBSD*: `PKGCMD=pkg_version -I -l '<'`, `PKGNULL=0`
* *Mandriva*: `PKGCMD=urpmq --auto-select`, `PKGNULL=0`
+**Music player**
+
+Select one of supported music playes for player label.
DataEngine configuration
------------------------
@@ -191,7 +199,7 @@
---------------------
* 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`)