Max width for notifications. Shrinks. Alignment for volume.

This commit is contained in:
RealStickman 2020-10-10 22:04:17 +02:00
parent 06b9df6e22
commit 5509dddc86

View File

@ -29,14 +29,14 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # screen width minus the width defined in within the geometry option.
geometry = "0x0-30+20" geometry = "300x0-30+20"
# Show how many messages are currently hidden (because of geometry). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
# Shrink window if it's smaller than the width. Will be ignored if # Shrink window if it's smaller than the width. Will be ignored if
# width is 0. # width is 0.
shrink = no shrink = yes
# The transparency of the window. Range: [0; 100]. # The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is # This option will only work if a compositing window manager is
@ -436,6 +436,7 @@
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
history_ignore = yes history_ignore = yes
timeout = 5 timeout = 5
alignment = left
[dunstify-mute] [dunstify-mute]
appname = "dunstify" appname = "dunstify"