Dunst: Switch to Roboto font

Whups
This commit is contained in:
Salt 2018-06-21 14:11:20 -05:00
parent 781b6dff6a
commit 870e90e7f3

View File

@ -86,7 +86,7 @@
### Text ###
#font = Monospace 8
font = Terminus 9
font = Roboto 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -125,7 +125,7 @@
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = "<b>%s</b> (%a)\n\n%b"
format = "<b>%s</b> (%a)\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".