From 83bff96669d7417015555f50ddc346462d626d05 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 8 Nov 2020 15:06:24 +0530 Subject: made the notification center sexier --- deadd/deadd.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'deadd') diff --git a/deadd/deadd.conf b/deadd/deadd.conf index 85edb20e..69686f08 100644 --- a/deadd/deadd.conf +++ b/deadd/deadd.conf @@ -3,24 +3,23 @@ # 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 = 0 +marginTop = 100 # Margin at the bottom of the notification center in pixels. -marginBottom = 21 +marginBottom = 100 # Margin to the right of the notification center in pixels. -marginRight = 0 - +marginRight = 930 # Width of the notification center in pixels. -width = 500 +width = 350 # Monitor on which the notification center will be printed. monitor = 0 # If true, the notification center will open on the screen, on which the # mouse is -followMouse = false +followMouse = true # (Optional) Command to run at startup. This can be used to setup @@ -146,7 +145,7 @@ defaultActionButton = mouse3 # Background color for the notification center. -background = rgba(29, 27, 20, 0.6) +background = rgba(21, 21, 32, 0.99) # Background color for the notification popups. # notiBackground = rgba(135, 100, 211, 0.9) -- cgit v1.2.3