diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 15:06:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 15:06:24 +0530 |
commit | 83bff96669d7417015555f50ddc346462d626d05 (patch) | |
tree | e3c49ed3a3e4e162ea821b7340b72121be369c4f /deadd/deadd.conf | |
parent | b4a904bfd4d41bf591181d95166cb8270ca661bc (diff) |
made the notification center sexier
Diffstat (limited to 'deadd/deadd.conf')
-rw-r--r-- | deadd/deadd.conf | 13 |
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) |