@@ -90,6 +90,11 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,
9090
9191 Default: #285577FF
9292
93+ * title-color* = _ color_
94+ Set text color to _ color_ . See * COLORS* for more information.
95+
96+ Default: #FFFFFFFF
97+
9398* text-color* = _ color_
9499 Set text color to _ color_ . See * COLORS* for more information.
95100
@@ -118,13 +123,20 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,
118123
119124 Default: 5
120125
126+ * title-padding* = _ directional_
127+ Set padding on each side of the title (in the titlebar) to the size
128+ specified by _ directional_ . See * DIRECTIONAL VALUES* for more information.
129+
130+ Default: 5
131+
121132* border-size* = _ px_
122133 Set popup border size to _ px_ pixels.
123134
124135 Default: 1
125136
126137* border-color* = _ color_
127138 Set popup border color to _ color_ . See * COLORS* for more information.
139+ The titlebar background will be the same color as * border-color* .
128140
129141 Default: #4C7899FF
130142
@@ -191,6 +203,14 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,
191203 Default: <b>%s</b>\\n%b
192204 Default when grouped: (%g) <b>%s</b>\\n%b
193205
206+ * title-format* = _ format_
207+ Set title format string to _ format_ . See * FORMAT SPECIFIERS* for
208+ more information. To change this for grouped notifications, set it within
209+ a _ grouped_ criteria.
210+ If there is no format set, the titlebar won't be rendered.
211+
212+ Default: "" (empty string)
213+
194214* default-timeout* = _ timeout_
195215 Set the default timeout to _ timeout_ in milliseconds. To disable the
196216 timeout, set it to zero.
0 commit comments