fix #258 - remove top and bottom margins

This commit is contained in:
streetturtle 2021-04-26 21:37:37 -04:00
parent 864b224492
commit fbd696d5f2
1 changed files with 2 additions and 1 deletions

View File

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