fix(docs): missing commas in task preview example (#121)

This commit is contained in:
nuxsh 2021-10-11 17:47:58 +05:30 committed by GitHub
parent abfd5b8ddd
commit 536009e58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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