summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-06-20 09:39:37 +0200
committerAnton Khirnov <anton@khirnov.net>2020-06-20 09:40:39 +0200
commit6278762a25c530c49aae911b770a252c87069a3c (patch)
treed079993e7d0508e9aa9690ecdb50a89402664585 /rc.lua
parent0ded3ecd3bb65b37602e2ad06d657b47dd3025e7 (diff)
pager: do not inherit from widget, rather make it a property
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