summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2021-03-06 13:15:05 -0500
committerstreetturtle <streetturtle@gmail.com>2021-03-06 13:15:05 -0500
commit79490b3bdd491b54ce4dbdbc8846dbd871304d9d (patch)
tree2e61a69840ecd74f2c982b86c7f910c7066b85f8 /weather-widget
parent0054af2de3da8fb0cc0d2deb9738ceefc97ea5e7 (diff)
[weather] replace deprecated join table function
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua
index 84e75d8..715c974 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -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