Adjust powerline margin
This commit is contained in:
parent
1076b6eac3
commit
f0312239b6
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue