Fix dunst config

This commit is contained in:
daniele 2024-12-14 19:58:39 +01:00
parent a347426a27
commit 8cc65029e8
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -27,13 +27,13 @@
width = (300, 500) width = (300, 500)
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = (0, 300)
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right
# Offset from the origin # Offset from the origin
offset = 10x50 offset = (10, 50)
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0
@ -128,7 +128,7 @@
### Text ### ### Text ###
font = Monospace 8 font = Noto Sans 8
# 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.