adjusted appearance of dunst

This commit is contained in:
tomit4 2022-06-18 20:38:54 -07:00
parent f6600a848b
commit 4f640dc261

View file

@ -24,17 +24,17 @@
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = 300
width = 400
# The maximum height of a single notification, excluding the frame.
height = 300
height = 400
# Position the notification in the top right corner
# origin = top-right
origin = bottom-right
# Offset from the origin
offset = 10x50
offset = 30x50
# Scale factor. It is auto-detected if value is 0.
scale = 0
@ -76,10 +76,10 @@
separator_height = 2
# Padding between text and separator.
padding = 8
padding = 10
# Horizontal padding.
horizontal_padding = 8
horizontal_padding = 10
# Padding between text and icon.
text_icon_padding = 0
@ -111,7 +111,7 @@
### Text ###
font = Monospace 8
font = Monospace 12
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -155,7 +155,7 @@
# Alignment of message text.
# Possible values are "left", "center" and "right".
alignment = left
alignment = center
# Vertical alignment of message text and icon.
# Possible values are "top", "center" and "bottom".