widget: add more space to the left of the layout box

This commit is contained in:
Vincent Bernat 2012-07-09 16:38:05 +02:00
parent 790a72a1ad
commit 1359929f15

View file

@ -172,6 +172,7 @@ tasklist.buttons = awful.util.table.join(
for s = 1, screen.count() do for s = 1, screen.count() do
promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright }) promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
layoutbox[s] = awful.widget.layoutbox(s) layoutbox[s] = awful.widget.layoutbox(s)
awful.widget.layout.margins[layoutbox[s]] = { left = 5 }
if screen.count() > 1 then if screen.count() > 1 then
tasklist[s] = awful.widget.tasklist( tasklist[s] = awful.widget.tasklist(
function(c) function(c)