mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
fix #258 - remove top and bottom margins
This commit is contained in:
parent
864b224492
commit
fbd696d5f2
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ local function worker(user_args)
|
|||
},
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
},
|
||||
margins = 4,
|
||||
left = 4,
|
||||
right = 4,
|
||||
layout = wibox.container.margin
|
||||
},
|
||||
shape = function(cr, width, height)
|
||||
|
|
Loading…
Reference in a new issue