fix #258 - remove top and bottom margins
This commit is contained in:
parent
864b224492
commit
fbd696d5f2
|
@ -164,7 +164,8 @@ local function worker(user_args)
|
||||||
},
|
},
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
},
|
},
|
||||||
margins = 4,
|
left = 4,
|
||||||
|
right = 4,
|
||||||
layout = wibox.container.margin
|
layout = wibox.container.margin
|
||||||
},
|
},
|
||||||
shape = function(cr, width, height)
|
shape = function(cr, width, height)
|
||||||
|
|
Loading…
Reference in New Issue