doc: Mentions the notifications in the widget page.
This commit is contained in:
parent
5261165be4
commit
9be03b528c
|
@ -28,6 +28,15 @@ configurable rules.
|
||||||
|
|
||||||
@DOC_layout_WIDGET_LIST@
|
@DOC_layout_WIDGET_LIST@
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
Notifications also have their own widgets.
|
||||||
|
|
||||||
|
<img src="../images/AUTOGEN_wibox_nwidget_default.svg" />
|
||||||
|
|
||||||
|
More information about the notification widgets can be found on the
|
||||||
|
`naughty.notification` documentation page.
|
||||||
|
|
||||||
### The different type of widget boxes (Wibox)
|
### The different type of widget boxes (Wibox)
|
||||||
|
|
||||||
The Awesome API uses the word "wibox" (widget box) to describe an area of the
|
The Awesome API uses the word "wibox" (widget box) to describe an area of the
|
||||||
|
@ -54,6 +63,9 @@ positioning, relative positioning, and manual positioning.
|
||||||
The `awful.tooltip` is a very simple `wibox` that allows to display text next
|
The `awful.tooltip` is a very simple `wibox` that allows to display text next
|
||||||
to an object such as the mouse.
|
to an object such as the mouse.
|
||||||
|
|
||||||
|
The `naughty.layout.box` allows to provide custom widgets to use within the
|
||||||
|
notifications.
|
||||||
|
|
||||||
Finally, the `awful.titlebar`, while not technically a real `wibox`, acts
|
Finally, the `awful.titlebar`, while not technically a real `wibox`, acts
|
||||||
exactly the same way and allows to attach widgets on each side of clients.
|
exactly the same way and allows to attach widgets on each side of clients.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue