summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/rc.lua b/rc.lua
index 76a0528..d5eb60f 100644
--- a/rc.lua
+++ b/rc.lua
@@ -290,9 +290,7 @@ for s = 1, screen.count() do
})
-- Add widgets to the wibox
wibox[s].widgets = {
- { taglist[s],
- layoutbox[s],
- promptbox[s],
+ { taglist[s], layoutbox[s], separator, promptbox[s],
["layout"] = awful.widget.layout.horizontal.leftright
},
s == screen.count() and systray or nil,