Deadd Configuration Changes

- Reduce popup notification width from 500 to 400
- Increase icon size from 20 to 25
- Increase image margins from 5 to 10
This commit is contained in:
Sravan Balaji
2020-12-20 14:57:57 -05:00
parent d2249aefcb
commit 069a81786b

View File

@@ -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.