Changelog
This commit is contained in:
parent
f024c224a4
commit
fcf88613ce
@ -65,6 +65,7 @@ Contributors
|
|||||||
* `battery`_: add configurable colors
|
* `battery`_: add configurable colors
|
||||||
* `load`_: add configurable colors and limit
|
* `load`_: add configurable colors and limit
|
||||||
* `parcel`_: rewrote DHL tracker
|
* `parcel`_: rewrote DHL tracker
|
||||||
|
* Add `spotify`_ module
|
||||||
|
|
||||||
3.28
|
3.28
|
||||||
++++
|
++++
|
||||||
@ -378,7 +379,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: ``{'CHR': 'CHR', 'DIS': 'DIS', 'FULL': 'FULL'}``)
|
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'FULL': 'FULL', 'CHR': 'CHR', 'DIS': 'DIS'}``)
|
||||||
:color: The text color (default: ``#ffffff``)
|
:color: The text color (default: ``#ffffff``)
|
||||||
:critical_color: The critical color (default: ``#ff0000``)
|
:critical_color: The critical color (default: ``#ff0000``)
|
||||||
:interval: (default: ``5``)
|
:interval: (default: ``5``)
|
||||||
@ -665,7 +666,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: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``)
|
:status: Dictionary mapping pause, play and stop to output (default: ``{'stop': '◾', 'play': '▶', 'pause': '▷'}``)
|
||||||
:interval: (default: ``1``)
|
:interval: (default: ``1``)
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ Contributors
|
|||||||
* `battery`_: add configurable colors
|
* `battery`_: add configurable colors
|
||||||
* `load`_: add configurable colors and limit
|
* `load`_: add configurable colors and limit
|
||||||
* `parcel`_: rewrote DHL tracker
|
* `parcel`_: rewrote DHL tracker
|
||||||
|
* Add `spotify`_ module
|
||||||
|
|
||||||
3.28
|
3.28
|
||||||
++++
|
++++
|
||||||
|
Loading…
Reference in New Issue
Block a user