summaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-14 16:55:56 +0200
committerlouis <louis.braun@gmx.de>2015-05-14 16:55:56 +0200
commit5a0155d1e924601c7fa686001af19928887f83f7 (patch)
treee0534ba0ce29994db85c186bdf25f66f8c704e93 /scripts/README
parentaf59c465aa869ecf23084738022e2f09711ff396 (diff)
downloadvdr-plugin-skindesigner-5a0155d1e924601c7fa686001af19928887f83f7.tar.gz
vdr-plugin-skindesigner-5a0155d1e924601c7fa686001af19928887f83f7.tar.bz2
added viewelement <vdrstatistics> in main menu
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/README b/scripts/README
index 5f22c35..a107b5c 100644
--- a/scripts/README
+++ b/scripts/README
@@ -1,10 +1,11 @@
-This Widget provide information about the system temperatures.
+Scripts for:
+- system temperatures - "temperatures" is called
+- vdr statistics (vdr cpu load and memory usage) "vdrstats" is called
-You must manually create a link to the corresponding script, for example:
+You must manually create a link for each script to the script you want to use, for example:
ln -s temperatures.default temperatures
+ln -s vdrstats.default vdrstats
-The command "temperatures" will be executed every time the widget is drawn, so please keep it short and fast.
-The command can provide three temperatures: cpu, pc case and gpu temperature
-The command can also be called from system information widget. So the output files must also begin with 01_ - 99_ for sort/position.
+The scripts will be executed every time the according viewelement is displayed, so please keep it short and fast.
-Please install lm-sensors and configure it for your system. See the default script for an example.
+Please install lm-sensors and configure it for your system.