From a72b835633162f999c406e3329c133cc10ecbd7c Mon Sep 17 00:00:00 2001 From: ey3ball Date: Fri, 13 Dec 2013 00:12:52 +0100 Subject: [PATCH] fix: promptbox was created but not added to layout --- rc.lua.holo | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua.holo b/rc.lua.holo index a8a8539..16984c6 100755 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -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()