yawn: fair/windy icon added

This commit is contained in:
Luke Bonham 2015-04-13 11:49:13 +02:00 committed by copycat-killer
parent e5b730dbf0
commit 52c31db52e
1 changed files with 4 additions and 4 deletions

View File

@ -102,10 +102,10 @@ function yawn.fetch_weather()
local hour = tonumber(os.date("%H"))
sky = icon_path
if forecast == "Clear" or
forecast == "Fair" or
forecast == "Partly Cloudy" or
forecast == "Mostly Cloudy"
if string.find(forecast, "Clear") or
string.find(forecast, "Fair") or
string.find(forecast, "Partly Cloudy") or
string.find(forecast, "Mostly Cloudy")
then
if hour >= 6 and hour <= 18
then