summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 2a254be..d5e2bbd 100644
--- a/rc.lua
+++ b/rc.lua
@@ -105,7 +105,7 @@ for s in screen do
-- Now bring it all together (with the tasklist in the middle)
local layout = wibox.layout.align.vertical()
layout:set_top(left_layout)
- layout:set_middle(pgr)
+ layout:set_middle(pgr.widget)
layout:set_bottom(right_layout)
-- Create the wibox