summaryrefslogtreecommitdiffstats
path: root/py3status
diff options
context:
space:
mode:
authorDominik <frimldom@gmail.com>2015-07-02 12:18:16 +0200
committerDominik <frimldom@gmail.com>2015-07-02 12:18:16 +0200
commitae7af22cd383a37ca72abe762643aedc271e6ec6 (patch)
treec6b35c0af3ff398c539f4f83a5c6116a16ae0983 /py3status
parentdbf831227b88e5cc82fad74af185b7ac44f895b2 (diff)
repaired order of modules in readme
Diffstat (limited to 'py3status')
-rw-r--r--py3status/modules/README.md54
1 files changed, 27 insertions, 27 deletions
diff --git a/py3status/modules/README.md b/py3status/modules/README.md
index 3618da7..15f4bd3 100644
--- a/py3status/modules/README.md
+++ b/py3status/modules/README.md
@@ -96,6 +96,21 @@ Available modules:
@author Andre Doser <dosera AT tf.uni-freiburg.de>
---
+external_script Display output of given script
+
+
+ Display output of any executable script set by script_path
+ Pay attention. The output must be one liner, or will break your i3status
+ The script should not have any parameters, but it could work
+
+ Configuration parameters:
+ - cache_timeout : how often we refresh this module in seconds
+ - script_path : script you want to show output of (compulsory)
+ - color : color of printed text
+ - on_click : read goo.gl/u10n0x
+
+ @author frimdo ztracenastopa@centrum.cz
+ ---
glpi Display the total number of open tickets from GLPI.
Configuration parameters:
@@ -345,6 +360,18 @@ Available modules:
@author Pierre Guilbert <pierre@1000mercis.com>
---
+static_string Display static text
+
+ Display static text given by "text" parameter
+
+ Configuration parameters:
+ - text : text that should be printed
+ - separator : whether the separator is shown or not (True or False)
+ - color : color of printed text
+ - on_click : read goo.gl/u10n0x
+
+ @author frimdo ztracenastopa@centrum.cz
+ ---
sysdata Display system RAM and CPU utilization.
NOTE: If you want py3status to show you your CPU temperature,
@@ -471,31 +498,4 @@ Available modules:
@author ultrabug
---
-static_string Display static text
-
- Display static text given by "text" parameter
-
- Configuration parameters:
- - text : text that should be printed
- - separator : whether the separator is shown or not (True or False)
- - color : color of printed text
- - on_click : read goo.gl/u10n0x
-
- @author frimdo ztracenastopa@centrum.cz
- ---
-external_script Display output of given script
-
-
- Display output of any executable script set by script_path
- Pay attention. The output must be one liner, or will break your i3status
- The script should not have any parameters, but it could work
-
- Configuration parameters:
- - cache_timeout : how often we refresh this module in seconds
- - script_path : script you want to show output of (compulsory)
- - color : color of printed text
- - on_click : read goo.gl/u10n0x
-
- @author frimdo ztracenastopa@centrum.cz
- ---
```