1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-23 03:32:30 +00:00

fix: promptbox was created but not added to layout

This commit is contained in:
ey3ball 2013-12-13 00:12:52 +01:00
parent 73ad3ee39c
commit a72b835633

View file

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