adjusted appearance of dunst
This commit is contained in:
parent
f6600a848b
commit
4f640dc261
1 changed files with 7 additions and 7 deletions
|
|
@ -24,17 +24,17 @@
|
||||||
# dynamic width from 0 to 300
|
# dynamic width from 0 to 300
|
||||||
# width = (0, 300)
|
# width = (0, 300)
|
||||||
# constant width of 300
|
# constant width of 300
|
||||||
width = 300
|
width = 400
|
||||||
|
|
||||||
# The maximum height of a single notification, excluding the frame.
|
# The maximum height of a single notification, excluding the frame.
|
||||||
height = 300
|
height = 400
|
||||||
|
|
||||||
# Position the notification in the top right corner
|
# Position the notification in the top right corner
|
||||||
# origin = top-right
|
# origin = top-right
|
||||||
origin = bottom-right
|
origin = bottom-right
|
||||||
|
|
||||||
# Offset from the origin
|
# Offset from the origin
|
||||||
offset = 10x50
|
offset = 30x50
|
||||||
|
|
||||||
# Scale factor. It is auto-detected if value is 0.
|
# Scale factor. It is auto-detected if value is 0.
|
||||||
scale = 0
|
scale = 0
|
||||||
|
|
@ -76,10 +76,10 @@
|
||||||
separator_height = 2
|
separator_height = 2
|
||||||
|
|
||||||
# Padding between text and separator.
|
# Padding between text and separator.
|
||||||
padding = 8
|
padding = 10
|
||||||
|
|
||||||
# Horizontal padding.
|
# Horizontal padding.
|
||||||
horizontal_padding = 8
|
horizontal_padding = 10
|
||||||
|
|
||||||
# Padding between text and icon.
|
# Padding between text and icon.
|
||||||
text_icon_padding = 0
|
text_icon_padding = 0
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
font = Monospace 8
|
font = Monospace 12
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
# The spacing between lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
# Alignment of message text.
|
# Alignment of message text.
|
||||||
# Possible values are "left", "center" and "right".
|
# Possible values are "left", "center" and "right".
|
||||||
alignment = left
|
alignment = center
|
||||||
|
|
||||||
# Vertical alignment of message text and icon.
|
# Vertical alignment of message text and icon.
|
||||||
# Possible values are "top", "center" and "bottom".
|
# Possible values are "top", "center" and "bottom".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue