Fix dunst config
This commit is contained in:
parent
a347426a27
commit
8cc65029e8
@ -27,13 +27,13 @@
|
||||
width = (300, 500)
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = 300
|
||||
height = (0, 300)
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
|
||||
# Offset from the origin
|
||||
offset = 10x50
|
||||
offset = (10, 50)
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
@ -128,7 +128,7 @@
|
||||
|
||||
### Text ###
|
||||
|
||||
font = Monospace 8
|
||||
font = Noto Sans 8
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
Loading…
x
Reference in New Issue
Block a user