Merge pull request #25 from ey3ball/holo-prompt-fix
Holo: promptbox added to layout
This commit is contained in:
commit
ec111e734d
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue