update
This commit is contained in:
parent
eecf2bb66e
commit
f20421b2e3
4
dunstrc
4
dunstrc
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
### Text ###
|
||||
|
||||
font = "OCR A 10"
|
||||
font = "OCR A 11"
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
# %n progress value if set without any extra characters
|
||||
# %% Literal %
|
||||
# Markup is allowed
|
||||
format = "<b>%s</b>\n%b"
|
||||
format = "<span>%s</span>\n\n<span>%b</span>"
|
||||
|
||||
# Alignment of message text.
|
||||
# Possible values are "left", "center" and "right".
|
||||
|
|
|
|||
Reference in New Issue