wibox.container.scroll: Add a description
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
6fb40a196f
commit
3b40954223
|
@ -1,4 +1,7 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- This container scrolls its inner widget inside of the available space. An
|
||||
-- example usage would be a text widget that displays information about the
|
||||
-- currently playing song without using too much space for long song titles.
|
||||
-- @usage
|
||||
-- wibox.widget {
|
||||
-- layout = wibox.container.scroll.horizontal,
|
||||
|
|
Loading…
Reference in New Issue