Templates

This commit is contained in:
Ksaper 2023-02-05 16:36:31 +02:00
parent 3d3529cddf
commit 4499ede6bd
1 changed files with 1 additions and 1 deletions

View File

@ -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,
{