From 6278762a25c530c49aae911b770a252c87069a3c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Jun 2020 09:39:37 +0200 Subject: pager: do not inherit from widget, rather make it a property --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') 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 -- cgit v1.2.3