diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua index f694d08..07863dd 100644 --- a/weather-widget/weather.lua +++ b/weather-widget/weather.lua @@ -9,9 +9,10 @@ local http = require("socket.http") local json = require("json") local naughty = require("naughty") +local wibox = require("wibox") local city = "Montreal,ca" -local open_map_key = '>' +local open_map_key = 'c3d7320b359da4e48c2d682a04076576' local path_to_icons = "/usr/share/icons/Arc/status/symbolic/" local icon_widget = wibox.widget {