summaryrefslogtreecommitdiffstats
path: root/py3status
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-07-09 11:08:56 +0200
committerUltrabug <ultrabug@gentoo.org>2015-07-09 11:08:56 +0200
commitc5af3ed3b3ba862a917892ededefc68ba9c5f26c (patch)
treec5628d7222b0d3bad1b0c8f5b5714dae384ff9e9 /py3status
parent44aae475f1c87563a0877bc895ee86f93ec8cb24 (diff)
fix modules README display and descriptions
Diffstat (limited to 'py3status')
-rw-r--r--py3status/modules/README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/py3status/modules/README.md b/py3status/modules/README.md
index 15f4bd3..1c8be5f 100644
--- a/py3status/modules/README.md
+++ b/py3status/modules/README.md
@@ -96,7 +96,7 @@ Available modules:
@author Andre Doser <dosera AT tf.uni-freiburg.de>
---
-external_script Display output of given script
+ external_script Display output of given script.
Display output of any executable script set by script_path
@@ -105,9 +105,8 @@ external_script Display output of given script
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
+ - script_path : script you want to show output of (compulsory)
@author frimdo ztracenastopa@centrum.cz
---
@@ -360,15 +359,12 @@ external_script Display output of given script
@author Pierre Guilbert <pierre@1000mercis.com>
---
-static_string Display static text
-
- Display static text given by "text" parameter
+ static_string Display static text.
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
+ - format : text that should be printed
+ - separator : whether the separator is shown or not (true or false)
@author frimdo ztracenastopa@centrum.cz
---