diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-08-07 15:04:27 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-08-07 15:04:27 +0200 |
| commit | 0517b10e6103db1d4553f29c896aee75fc74bd01 (patch) | |
| tree | d96af96fd649dc7320b9351451dcdfc8c8fc403b /py3status/modules/README.md | |
| parent | 920fe012394e3d0330b7b117f58d37fa5323fb9b (diff) | |
update README with dropboxd_status docstring
Diffstat (limited to 'py3status/modules/README.md')
| -rw-r--r-- | py3status/modules/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/py3status/modules/README.md b/py3status/modules/README.md index 1bc64e0..239124c 100644 --- a/py3status/modules/README.md +++ b/py3status/modules/README.md @@ -94,6 +94,25 @@ Available modules: @author Andre Doser <dosera AT tf.uni-freiburg.de> --- + dropboxd_status Display dropboxd status. + + Configuration parameters: + - cache_timeout : how often we refresh this module in seconds (10s default) + - format: prefix text for the dropbox status + + Valid status values include: + - Dropbox isn't running! + - Starting... + - Downloading file list... + - Syncing "filename" + - Up to date + + Requires: + - the 'dropbox-cli' command + + @author Tjaart van der Walt (github:tjaartvdwalt) + @license BSD + --- external_script Display output of given script. Display output of any executable script set by 'script_path'. |
