Use new function

This commit is contained in:
Thomas Avé 2023-01-31 22:30:05 +01:00
parent 127fa376b2
commit 749b04c36b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local function powerline(widget, bgcolor, adjacentcolor, right)
{ {
layout = wibox.layout.fixed.horizontal, layout = wibox.layout.fixed.horizontal,
{ {
wibox.layout.margin(widget, dpi(6), dpi(10)), wibox.container.margin(widget, dpi(6), dpi(10)),
bg = bgcolor, bg = bgcolor,
widget = wibox.container.background widget = wibox.container.background