From 79490b3bdd491b54ce4dbdbc8846dbd871304d9d Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sat, 6 Mar 2021 13:15:05 -0500 Subject: [weather] replace deprecated join table function --- weather-widget/weather.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weather-widget') 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 -- cgit v1.2.3