Templates
This commit is contained in:
parent
3d3529cddf
commit
4499ede6bd
|
@ -883,7 +883,7 @@ local function new(args)
|
|||
border_color = ret.border_color,
|
||||
shape = ret.shape,
|
||||
bg = ret.background,
|
||||
widget =
|
||||
widget = args.widget_template ~= nil and args.widget_template(ret._private.prompt.textbox, ret._private.grid) or
|
||||
{
|
||||
layout = wibox.layout.fixed.vertical,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue