--DOC_HIDE_ALL --DOC_GEN_IMAGE local wibox = require("wibox") -- luacheck: push no max string line length local data = [[ ]] --luacheck: pop return { text = "Before", align = "center", valign = "center", widget = wibox.widget.textbox, }, { { { text = "After", align = "center", valign = "center", widget = wibox.widget.textbox, }, border_image = data, slice = true, fill = true, borders = 10, widget = wibox.container.border }, margins = 5, layout = wibox.container.margin }