[weather] replace deprecated join table function

This commit is contained in:
streetturtle 2021-03-06 13:15:05 -05:00
parent 0054af2de3
commit 79490b3bdd
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ local function worker(user_args)
})
end
weather_widget:buttons(awful.util.table.join(awful.button({}, 1, function()
weather_widget:buttons(gears.table.join(awful.button({}, 1, function()
if weather_popup.visible then
weather_widget:set_bg('#00000000')
weather_popup.visible = not weather_popup.visible