diff options
| author | Tjaart van der Walt <github@tjaart.co.za> | 2015-05-23 20:03:29 -0500 |
|---|---|---|
| committer | Tjaart van der Walt <github@tjaart.co.za> | 2015-05-23 20:03:29 -0500 |
| commit | a451c8425bd676c91fa290febd0a68993ca9bd8f (patch) | |
| tree | 1e320dca8332939cd0566fe707370cc9612b5330 /py3status/modules/dropboxd_status.py | |
| parent | 6d9b0cd0b5896c2b0f112663b4038de4061db51f (diff) | |
updated documentation to make it more clear what the module does
Diffstat (limited to 'py3status/modules/dropboxd_status.py')
| -rw-r--r-- | py3status/modules/dropboxd_status.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/py3status/modules/dropboxd_status.py b/py3status/modules/dropboxd_status.py index 7e4ed72..df1d6a6 100644 --- a/py3status/modules/dropboxd_status.py +++ b/py3status/modules/dropboxd_status.py @@ -1,10 +1,17 @@ # -*- coding: utf-8 -*- """ -Display your dropbox status. +Displays dropboxd status. Configuration parameters: - 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 |
