diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 93908a13..6ddc7df3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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 = "%s (%a)\n\n%b" + format = "%s (%a)\n%b" # Alignment of message text. # Possible values are "left", "center" and "right".