adding content_alignment
to config and documentation
This commit is contained in:
parent
f9b6f6a066
commit
e665eea97e
@ -337,6 +337,11 @@ removed from the format.
|
||||
|
||||
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)
|
||||
|
||||
Show age of message if message is older than this time.
|
||||
|
4
dunstrc
4
dunstrc
@ -132,6 +132,10 @@
|
||||
# Possible values are "left", "center" and "right".
|
||||
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
|
||||
# seconds.
|
||||
# Set to -1 to disable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user