widget: free more space when using one screen

This commit is contained in:
Vincent Bernat 2012-07-29 22:40:29 +02:00
parent a749a63a61
commit 7b1de40744

View file

@ -208,10 +208,11 @@ for s = 1, screen.count() do
wibox[s].widgets = {
{
sepopen,
screen.count() > 1 and sepopen or "",
taglist[s],
spacer,
layoutbox[s], sepclose,
screen.count() > 1 and spacer or "",
layoutbox[s],
screen.count() > 1 and sepclose or "",
promptbox[s],
layout = awful.widget.layout.horizontal.leftright
},