2019-11-21 16:14:59 +01:00
|
|
|
--DOC_GEN_IMAGE
|
|
|
|
--DOC_NO_USAGE
|
2016-05-25 23:56:23 +02:00
|
|
|
local parent = ... --DOC_HIDE
|
|
|
|
local wibox = require( "wibox" ) --DOC_HIDE
|
|
|
|
local beautiful = require( "beautiful" ) --DOC_HIDE
|
|
|
|
|
2019-11-21 16:14:59 +01:00
|
|
|
local my_imagebox = wibox.widget.imagebox(beautiful.awesome_icon, false)
|
2016-05-25 23:56:23 +02:00
|
|
|
|
2019-11-21 16:14:59 +01:00
|
|
|
parent:add(my_imagebox) --DOC_HIDE
|
2016-12-31 13:59:38 +01:00
|
|
|
|
|
|
|
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|