From 9be03b528c637fd8d8f43d4486071ba72c944e0f Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 12 Mar 2019 14:38:09 -0400 Subject: [PATCH] doc: Mentions the notifications in the widget page. --- docs/03-declarative-layout.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/03-declarative-layout.md b/docs/03-declarative-layout.md index d52efa78c..c27ba19b6 100644 --- a/docs/03-declarative-layout.md +++ b/docs/03-declarative-layout.md @@ -28,6 +28,15 @@ configurable rules. @DOC_layout_WIDGET_LIST@ +### Other + +Notifications also have their own widgets. + + + +More information about the notification widgets can be found on the +`naughty.notification` documentation page. + ### The different type of widget boxes (Wibox) 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 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 exactly the same way and allows to attach widgets on each side of clients.