Adjust powerline margin

This commit is contained in:
Thomas Avé 2023-05-25 22:17:01 +02:00
parent 1076b6eac3
commit f0312239b6
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.container.margin(widget, dpi(6), dpi(10)), wibox.container.margin(widget, dpi(6), dpi(10), dpi(0), dpi(1)),
bg = bgcolor, bg = bgcolor,
widget = wibox.container.background widget = wibox.container.background