Add support app launcher template

This commit is contained in:
Ksaper 2023-02-05 02:36:16 +02:00
parent d134719347
commit 281fc8953a
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ local function new(args)
border_color = ret.border_color,
shape = ret.shape,
bg = ret.background,
widget =
widget = args.widget_template(ret._private.prompt.textbox, ret._private.grid) or
{
layout = wibox.layout.fixed.vertical,
{