diff --git a/dunst/dunstrc b/dunst/dunstrc index 5cb0b5e..2c02f58 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -43,7 +43,7 @@ origin = top-center # Offset from the origin - # offset = 8x34 + offset = 0x30 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -102,7 +102,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 0 + frame_width = 3 # Defines color of the frame around the notification window. frame_color = "#ffffff" @@ -260,7 +260,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 10 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this