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:
@@ -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
|
||||||
|
|
||||||
|
Submodule .config/dwm-flexipatch updated: bbdf799f43...9a85c4983a
12
README.org
12
README.org
@@ -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.
|
||||||
|
Reference in New Issue
Block a user