diff options
Diffstat (limited to 'py3status/modules/README.md')
| -rw-r--r-- | py3status/modules/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/py3status/modules/README.md b/py3status/modules/README.md index 2b62105..1c8be5f 100644 --- a/py3status/modules/README.md +++ b/py3status/modules/README.md @@ -96,6 +96,20 @@ 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 + - color : color of printed text + - script_path : script you want to show output of (compulsory) + + @author frimdo ztracenastopa@centrum.cz + --- glpi Display the total number of open tickets from GLPI. Configuration parameters: @@ -345,6 +359,15 @@ Available modules: @author Pierre Guilbert <pierre@1000mercis.com> --- + static_string Display static text. + + Configuration parameters: + - color : color of printed text + - format : text that should be printed + - separator : whether the separator is shown or not (true or false) + + @author frimdo ztracenastopa@centrum.cz + --- sysdata Display system RAM and CPU utilization. NOTE: If you want py3status to show you your CPU temperature, |
