Deadd Notification Gaps & Move Back to Right

- Increase deadd notification gaps
- Update dwm-flexipatch submodule to include
  center systray, asian fonts, module color changes
This commit is contained in:
Sravan Balaji
2021-12-02 16:18:01 -05:00
parent a0ce632a0a
commit 8b788e0bdd
3 changed files with 13 additions and 13 deletions

View File

@@ -2,11 +2,11 @@
hideOnMouseLeave = false hideOnMouseLeave = false
marginTop = 25 marginTop = 35
marginBottom = 0 marginBottom = 10
marginRight = 1220 marginRight = 10
width = 700 width = 700
@@ -38,11 +38,11 @@ guessIconFromAppname = true
notiDefaultTimeout = 10000 notiDefaultTimeout = 10000
distanceTop = 25 distanceTop = 35
distanceRight = 1520 distanceRight = 10
distanceBetween = 10 distanceBetween = 5
width = 400 width = 400

View File

@@ -867,17 +867,17 @@ hideOnMouseLeave = false
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. 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.
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
marginTop = 25 marginTop = 35
#+END_SRC #+END_SRC
Margin at the bottom of the notification center in pixels. Margin at the bottom of the notification center in pixels.
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
marginBottom = 0 marginBottom = 10
#+END_SRC #+END_SRC
Margin to the right of the notification center in pixels. Margin to the right of the notification center in pixels.
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
marginRight = 1220 marginRight = 10
#+END_SRC #+END_SRC
Width of the notification center in pixels. Width of the notification center in pixels.
@@ -955,17 +955,17 @@ notiDefaultTimeout = 10000
Margin above notifications (in pixels). This can be used to avoid overlap between notifications and a bar such as polybar or i3blocks. Margin above notifications (in pixels). This can be used to avoid overlap between notifications and a bar such as polybar or i3blocks.
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
distanceTop = 25 distanceTop = 35
#+END_SRC #+END_SRC
Margin on the right of the notification (in pixels). Margin on the right of the notification (in pixels).
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
distanceRight = 1520 distanceRight = 10
#+END_SRC #+END_SRC
Vertical distance between 2 notifications (in pixels). Vertical distance between 2 notifications (in pixels).
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
distanceBetween = 10 distanceBetween = 5
#+END_SRC #+END_SRC
Width of the notifications. Width of the notifications.