diff --git a/.config/deadd/deadd.conf b/.config/deadd/deadd.conf index b56e11b..1f97b45 100644 --- a/.config/deadd/deadd.conf +++ b/.config/deadd/deadd.conf @@ -82,7 +82,7 @@ distanceRight = 50 distanceBetween = 20 # Width of the notifications. -width = 500 +width = 400 # Monitor on which the notification will be printed. monitor = 0 @@ -93,7 +93,7 @@ followMouse = true # The display size of the application icons in the notification # pop-ups and in the notification center -iconSize = 20 +iconSize = 25 # The maximal display size of images that are part of notifications # for notification pop-ups and in the notification center @@ -101,10 +101,10 @@ maxImageSize = 100 # The margin around the top, bottom, left, and right of notification # images. Applies to popup notifications and in-center notifications. -imageMarginTop = 5 -imageMarginBottom = 5 -imageMarginLeft = 5 -imageMarginRight = 5 +imageMarginTop = 10 +imageMarginBottom = 10 +imageMarginLeft = 10 +imageMarginRight = 10 # Truncates notification bodies with '...' at the specified number of # lines. If -1 is specified, the body text will not be truncated.