diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index db6189ba..c4032c45 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 = "500x8-0-50"
+    geometry = "500x8-0+50"
 
     # Show how many messages are currently hidden (because of geometry).
     indicate_hidden = yes
@@ -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 = "<span font='Medium 13'>%s</span> <span font='Light'>(%a)</span>\n%b"
+    format = "<span font='Bold 14'>%s</span> <span font='Light'>(%a)</span>\n%b"
 
     # Alignment of message text.
     # Possible values are "left", "center" and "right".
@@ -158,10 +158,10 @@
     icon_position = right
 
     # Scale larger icons down to this size, set to 0 to disable
-    max_icon_size = 32
+    max_icon_size = 48
 
     # Paths to default icons.
-    icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+    icon_path = /usr/share/icons/Papirus-Dark/48x48/status/:/usr/share/icons/Papirus-Dark/48x48/devices/
 
     ### History ###
 
@@ -242,7 +242,7 @@
     # IMPORTANT: colors have to be defined in quotation marks.
     # Otherwise the "#" and following would be interpreted as a comment.
     background = "#282828"
-    foreground = "#928374"
+    foreground = "#a89984"
     timeout = 10
     # Icon for notifications with low urgency, uncomment to enable
     #icon = /path/to/icon
@@ -256,7 +256,7 @@
 
 [urgency_critical]
     background = "#282828"
-    foreground = "#fb4934"
+    foreground = "#fabd2f"
     timeout = 0
     # Icon for notifications with critical urgency, uncomment to enable
     #icon = /path/to/icon