diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 007e70b6..36e89acc 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -29,7 +29,7 @@
     # the top and down respectively.
     # The width can be negative.  In this case the actual width is the
     # screen width minus the width defined in within the geometry option.
-    geometry = "400x8-10+50"
+    geometry = "400x8-10+10"
 
     # Show how many messages are currently hidden (because of geometry).
     indicate_hidden = yes
@@ -86,7 +86,7 @@
     ### Text ###
 
     #font = Monospace 8
-     font = xos4 Terminus 9
+     font = Helvetica CE 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%b"
+    format = "<b>%s</b> (%a)\n\n%b"
 
     # Alignment of message text.
     # Possible values are "left", "center" and "right".