Update widget.lua
This commit is contained in:
parent
e55cc7c912
commit
7231087bdb
|
@ -451,8 +451,8 @@ function widget.new(args)
|
||||||
})
|
})
|
||||||
mywibox:set_widget(pages[1])
|
mywibox:set_widget(pages[1])
|
||||||
mywibox:buttons(gtable.join(
|
mywibox:buttons(gtable.join(
|
||||||
awful.button({ }, 1, function () mywibox.visible=false awful.keygrabber:stop() end),
|
awful.button({ }, 1, function () mywibox.visible=false awful.keygrabber.stop() end),
|
||||||
awful.button({ }, 3, function () mywibox.visible=false awful.keygrabber:stop() end)
|
awful.button({ }, 3, function () mywibox.visible=false awful.keygrabber.stop() end)
|
||||||
))
|
))
|
||||||
|
|
||||||
local widget_obj = {}
|
local widget_obj = {}
|
||||||
|
|
Loading…
Reference in New Issue