aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deadd/deadd.conf13
1 files changed, 6 insertions, 7 deletions
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)