diff options
Diffstat (limited to 'py3status')
| -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 |
