]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

better weather module: OpenWeatherMap; #105
authorluke bonham <dada@archlinux.info>
Thu, 2 Jul 2015 10:06:07 +0000 (12:06 +0200)
committerluke bonham <dada@archlinux.info>
Thu, 2 Jul 2015 10:06:07 +0000 (12:06 +0200)
commit8c5b64675dfbf196871ee31cf22920627019bd84
treea1c472e7976573db788e9487acba5b22d93e1032
parenteba28656f08e1a496abc194718cc1191d83fac9e
better weather module: OpenWeatherMap; #105
60 files changed:
asyncshell.lua
icons/openweathermap/01d.png [moved from widgets/yawn/icons/DayClear.png with 100% similarity]
icons/openweathermap/01n.png [moved from widgets/yawn/icons/NightClear.png with 100% similarity]
icons/openweathermap/02d.png [moved from widgets/yawn/icons/DayPartlyCloudy.png with 100% similarity]
icons/openweathermap/02n.png [moved from widgets/yawn/icons/NightPartlyCloudy.png with 100% similarity]
icons/openweathermap/03d.png [moved from widgets/yawn/icons/DayMostlyCloudy.png with 100% similarity]
icons/openweathermap/03n.png [moved from widgets/yawn/icons/NightMostlyCloudy.png with 100% similarity]
icons/openweathermap/04d.png [moved from widgets/yawn/icons/Cloudy.png with 100% similarity]
icons/openweathermap/04n.png [new symlink]
icons/openweathermap/09d.png [moved from widgets/yawn/icons/Rain.png with 100% similarity]
icons/openweathermap/09n.png [new symlink]
icons/openweathermap/10d.png [moved from widgets/yawn/icons/Showers.png with 100% similarity]
icons/openweathermap/10n.png [new symlink]
icons/openweathermap/11d.png [moved from widgets/yawn/icons/RainThunder.png with 100% similarity]
icons/openweathermap/11n.png [new symlink]
icons/openweathermap/13d.png [moved from widgets/yawn/icons/HeavySnow.png with 100% similarity]
icons/openweathermap/13n.png [new symlink]
icons/openweathermap/50d.png [moved from widgets/yawn/icons/Foggy.png with 100% similarity]
icons/openweathermap/50n.png [new symlink]
icons/openweathermap/README.md [new file with mode: 0644]
icons/openweathermap/na.png [moved from widgets/yawn/icons/na.png with 100% similarity]
util/dkjson.lua [new file with mode: 0644]
widgets/contrib/ccurr.lua
widgets/weather.lua [new file with mode: 0644]
widgets/yawn/icons/BlowingSnow.png [deleted file]
widgets/yawn/icons/DayFair.png [deleted symlink]
widgets/yawn/icons/DayFairWindy.png [deleted symlink]
widgets/yawn/icons/Drizzle.png [deleted symlink]
widgets/yawn/icons/Fog.png [deleted symlink]
widgets/yawn/icons/FreezingDrizzle.png [deleted file]
widgets/yawn/icons/FreezingRain.png [deleted file]
widgets/yawn/icons/Hail.png [deleted file]
widgets/yawn/icons/Haze.png [deleted symlink]
widgets/yawn/icons/HeavyRain.png [deleted symlink]
widgets/yawn/icons/LightRain.png [deleted symlink]
widgets/yawn/icons/LightSnow.png [deleted symlink]
widgets/yawn/icons/LightSnowShowers.png [deleted file]
widgets/yawn/icons/Mist.png [deleted symlink]
widgets/yawn/icons/MixedRainAndHail.png [deleted file]
widgets/yawn/icons/MixedRainAndSleet.png [deleted file]
widgets/yawn/icons/MixedRainAndSnow.png [deleted file]
widgets/yawn/icons/NightFair.png [deleted symlink]
widgets/yawn/icons/NightFairWindy.png [deleted symlink]
widgets/yawn/icons/README.md [deleted file]
widgets/yawn/icons/Sleet.png [deleted symlink]
widgets/yawn/icons/Snow.png [deleted symlink]
widgets/yawn/icons/SnowFlurries.png [deleted symlink]
widgets/yawn/icons/SnowShowers.png [deleted file]
widgets/yawn/icons/Sunny.png [deleted file]
widgets/yawn/icons/ThunderintheVicinity.png [deleted symlink]
widgets/yawn/icons/Wind.png [deleted file]
widgets/yawn/init.lua [deleted file]
widgets/yawn/localizations/de_DE [deleted file]
widgets/yawn/localizations/fr_FR [deleted file]
widgets/yawn/localizations/it_IT [deleted file]
widgets/yawn/localizations/localization_template [deleted file]
widgets/yawn/localizations/ru_RU [deleted file]
widgets/yawn/localizations/zh_CN [deleted file]
widgets/yawn/localizations/zh_TW [deleted file]
wiki