From 1359929f156bfd34ef7f8ab66523946ad9a91c86 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 9 Jul 2012 16:38:05 +0200 Subject: [PATCH] widget: add more space to the left of the layout box --- rc/widgets.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/widgets.lua b/rc/widgets.lua index 9611633..67ad524 100644 --- a/rc/widgets.lua +++ b/rc/widgets.lua @@ -172,6 +172,7 @@ tasklist.buttons = awful.util.table.join( for s = 1, screen.count() do promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright }) layoutbox[s] = awful.widget.layoutbox(s) + awful.widget.layout.margins[layoutbox[s]] = { left = 5 } if screen.count() > 1 then tasklist[s] = awful.widget.tasklist( function(c)