diff options
author | streetturtle <streetturtle@gmail.com> | 2018-01-20 23:17:25 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2018-01-20 23:17:25 -0500 |
commit | 968d9ba7843297dd10d488398b6eb8f8e614a195 (patch) | |
tree | 4d9b521deb57257fb9ffaa1c8e0b771bd1ab8600 /weather-widget | |
parent | 04ca3d56f4008dd153da13c64dc08bb809823d86 (diff) |
few small changes
Diffstat (limited to 'weather-widget')
-rw-r--r-- | weather-widget/weather.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 = '<API_KEY>>' +local open_map_key = 'c3d7320b359da4e48c2d682a04076576' local path_to_icons = "/usr/share/icons/Arc/status/symbolic/" local icon_widget = wibox.widget { |