fix(docs): missing commas in task preview example (#121)
This commit is contained in:
parent
abfd5b8ddd
commit
536009e58e
|
@ -49,9 +49,9 @@ bling.widget.task_preview.enable {
|
||||||
widget = awful.widget.clienticon, -- The client icon
|
widget = awful.widget.clienticon, -- The client icon
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id = 'name_role' -- The client name / title
|
id = 'name_role', -- The client name / title
|
||||||
widget = wibox.widget.textbox,
|
widget = wibox.widget.textbox,
|
||||||
}
|
},
|
||||||
layout = wibox.layout.flex.horizontal
|
layout = wibox.layout.flex.horizontal
|
||||||
},
|
},
|
||||||
widget = wibox.container.margin,
|
widget = wibox.container.margin,
|
||||||
|
|
Loading…
Reference in New Issue