adding content_alignment to config and documentation

This commit is contained in:
chronus 2020-01-26 11:44:31 +01:00
parent f9b6f6a066
commit e665eea97e
2 changed files with 9 additions and 0 deletions

View File

@ -337,6 +337,11 @@ removed from the format.
Defines how the text should be aligned within the notification. Defines how the text should be aligned within the notification.
=item B<content_alignment> (values: [top/center/bottom], default: center)
Defines how the text and icon should be aligned vertically within the
notification. If icons are disabled, this option has no effect.
=item B<show_age_threshold> (default: -1) =item B<show_age_threshold> (default: -1)
Show age of message if message is older than this time. Show age of message if message is older than this time.

View File

@ -132,6 +132,10 @@
# Possible values are "left", "center" and "right". # Possible values are "left", "center" and "right".
alignment = left alignment = left
# Vertical alignment of message text and icon.
# Possible values are "top", "center" and "bottom".
content_alignment = center
# Show age of message if message is older than show_age_threshold # Show age of message if message is older than show_age_threshold
# seconds. # seconds.
# Set to -1 to disable. # Set to -1 to disable.