Skip to content

Commit

Permalink
Add docs for titlebar options
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelmaleh committed Apr 7, 2020
1 parent 6493b37 commit 7bdab36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mako.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,

Default: #285577FF

*title-color* = _color_
Set text color to _color_. See *COLORS* for more information.

Default: #FFFFFFFF

*text-color* = _color_
Set text color to _color_. See *COLORS* for more information.

Expand Down Expand Up @@ -118,13 +123,20 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,

Default: 5

*title-padding* = _directional_
Set padding on each side of the title (in the titlebar) to the size
specified by _directional_. See *DIRECTIONAL VALUES* for more information.

Default: 5

*border-size* = _px_
Set popup border size to _px_ pixels.

Default: 1

*border-color* = _color_
Set popup border color to _color_. See *COLORS* for more information.
The titlebar background will be the same color as *border-color*.

Default: #4C7899FF

Expand Down Expand Up @@ -191,6 +203,14 @@ _none_, _dismiss_, _dismiss-all_, _dismiss-group_, _invoke-default-action_,
Default: <b>%s</b>\\n%b
Default when grouped: (%g) <b>%s</b>\\n%b

*title-format* = _format_
Set title format string to _format_. See *FORMAT SPECIFIERS* for
more information. To change this for grouped notifications, set it within
a _grouped_ criteria.
If there is no format set, the titlebar won't be rendered.

Default: "" (empty string)

*default-timeout* = _timeout_
Set the default timeout to _timeout_ in milliseconds. To disable the
timeout, set it to zero.
Expand Down

0 comments on commit 7bdab36

Please sign in to comment.