diff options
-rw-r--r-- | deadd/deadd.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deadd/deadd.conf b/deadd/deadd.conf index 69686f08..b3ae894c 100644 --- a/deadd/deadd.conf +++ b/deadd/deadd.conf @@ -3,13 +3,13 @@ # Margin at the top of the notification center in pixels. This can be # used to avoid overlap between the notification center and bars such # as polybar or i3blocks. -marginTop = 100 +marginTop = 82 # Margin at the bottom of the notification center in pixels. -marginBottom = 100 +marginBottom = 82 # Margin to the right of the notification center in pixels. -marginRight = 930 +marginRight = 970 # Width of the notification center in pixels. width = 350 @@ -145,7 +145,8 @@ defaultActionButton = mouse3 # Background color for the notification center. -background = rgba(21, 21, 32, 0.99) +# background = rgba(21, 21, 32, 0.99) +background = rgba(203, 75, 22, 0.95) # Background color for the notification popups. # notiBackground = rgba(135, 100, 211, 0.9) |