This commit is contained in:
luke bonham 2013-12-24 12:30:16 +01:00
commit 985a5b5b6c
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ for s = 1, screen.count() do
left_layout:add(mytaglist[s])
left_layout:add(spr_small)
left_layout:add(mylayoutbox[s])
left_layout:add(mypromptbox[s])
-- Widgets that are aligned to the upper right
local right_layout = wibox.layout.fixed.horizontal()