summaryrefslogtreecommitdiff
path: root/widgets/system_information/README
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-11-09 16:49:57 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-11-09 16:49:57 +0100
commita4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f (patch)
tree70526941e6cccae13923f01a43b092b3fc20bffa /widgets/system_information/README
parent521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c (diff)
downloadskin-flatplus-a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f.tar.gz
skin-flatplus-a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f.tar.bz2
add main menu widgets
Diffstat (limited to 'widgets/system_information/README')
-rw-r--r--widgets/system_information/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/widgets/system_information/README b/widgets/system_information/README
new file mode 100644
index 00000000..946b5236
--- /dev/null
+++ b/widgets/system_information/README
@@ -0,0 +1,12 @@
+This widget provides several information about the current system state.
+
+The command "system_information" will be executed every time the widget is drawn, so please keep it short and fast.
+The command "system_information" must provide several files with the infos.
+The output files must begin with 01_ - 99_ for sort/position the info in the widget. For example "01_uptime", "02_load", etc.The values will be drawn in 2 columns except "system_version" and "kernel_version" they are drawn in a row.
+For example:
+System Version: Ubuntu 14.04.1 LTS
+Load: 0.32 Uptime: 10:24:42 up 88 days
+
+You can include system_updatestatus and temperatures. But do not execute the system_updatestatus script (please read README of system_updatestatus)
+
+Please see the example! \ No newline at end of file