X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/af3427c7dfcf991c56a099ac1450e54db867ae51..5321eb485ad559ffa72f6cc804c9dff657a40f0d:/widget/weather.lua diff --git a/widget/weather.lua b/widget/weather.lua index a9b886a..f35ca68 100644 --- a/widget/weather.lua +++ b/widget/weather.lua @@ -10,8 +10,10 @@ local json = require("lain.util").dkjson local focused = require("awful.screen").focused local naughty = require("naughty") local wibox = require("wibox") - -local math, os, string, tonumber = math, os, string, tonumber +local math = math +local os = os +local string = string +local tonumber = tonumber -- OpenWeatherMap -- current weather and X-days forecast