From 19559277b1c53a02128ea0f076a206d816e44097 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 8 Nov 2020 15:17:05 +0530 Subject: changed notification center position and changed background color --- deadd/deadd.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'deadd') 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) -- cgit v1.2.3