summaryrefslogtreecommitdiffstats
path: root/py3status/modules
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-08-07 15:04:27 +0200
committerUltrabug <ultrabug@gentoo.org>2015-08-07 15:04:27 +0200
commit0517b10e6103db1d4553f29c896aee75fc74bd01 (patch)
treed96af96fd649dc7320b9351451dcdfc8c8fc403b /py3status/modules
parent920fe012394e3d0330b7b117f58d37fa5323fb9b (diff)
update README with dropboxd_status docstring
Diffstat (limited to 'py3status/modules')
-rw-r--r--py3status/modules/README.md19
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'.