From ac718e7b771302ae6c0c9408ad47333f21919bab Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 25 Jun 2015 13:38:28 +0200 Subject: Adding external_script and static_string modules and mentioning them in readme --- py3status/modules/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'py3status/modules/README.md') diff --git a/py3status/modules/README.md b/py3status/modules/README.md index 2b62105..45d52b4 100644 --- a/py3status/modules/README.md +++ b/py3status/modules/README.md @@ -471,4 +471,30 @@ 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 + --- ``` -- cgit v1.3