Update README.rst
This commit is contained in:
parent
0820aaf225
commit
e4a87153d0
26
README.rst
26
README.rst
@ -337,7 +337,7 @@ Settings:
|
|||||||
:alert_format_title: The title of the notification, all formatters can be used (default: ``Low battery``)
|
:alert_format_title: The title of the notification, all formatters can be used (default: ``Low battery``)
|
||||||
:alert_format_body: The body text of the notification, all formatters can be used (default: ``Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!``)
|
:alert_format_body: The body text of the notification, all formatters can be used (default: ``Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!``)
|
||||||
:path: Override the default-generated path (default: ``None``)
|
:path: Override the default-generated path (default: ``None``)
|
||||||
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'DIS': 'DIS', 'CHR': 'CHR', 'FULL': 'FULL'}``)
|
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'FULL': 'FULL', 'DIS': 'DIS', 'CHR': 'CHR'}``)
|
||||||
:interval: (default: ``5``)
|
:interval: (default: ``5``)
|
||||||
|
|
||||||
|
|
||||||
@ -482,6 +482,19 @@ Settings:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
maildir.MaildirMail
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
Checks for local mail in Maildir
|
||||||
|
|
||||||
|
|
||||||
|
Settings:
|
||||||
|
|
||||||
|
:directory: (required)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
mbox.MboxMail
|
mbox.MboxMail
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -492,17 +505,8 @@ Checks for local mail in mbox
|
|||||||
Settings:
|
Settings:
|
||||||
|
|
||||||
|
|
||||||
maildir.MaildirMail
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
|
|
||||||
Checks for new mail in a Maildir folder
|
|
||||||
|
|
||||||
|
|
||||||
Settings:
|
|
||||||
|
|
||||||
:directory: (required, e.g. '/home/foo/mail/INBOX')
|
|
||||||
|
|
||||||
|
|
||||||
notmuchmail.Notmuch
|
notmuchmail.Notmuch
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
@ -611,7 +615,7 @@ Settings:
|
|||||||
:host: (default: ``localhost``)
|
:host: (default: ``localhost``)
|
||||||
:port: MPD port (default: ``6600``)
|
:port: MPD port (default: ``6600``)
|
||||||
:format: formatp string (default: ``{title} {status}``)
|
:format: formatp string (default: ``{title} {status}``)
|
||||||
:status: Dictionary mapping pause, play and stop to output (default: ``{'stop': '◾', 'pause': '▷', 'play': '▶'}``)
|
:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'pause': '▷', 'stop': '◾'}``)
|
||||||
:interval: (default: ``1``)
|
:interval: (default: ``1``)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user