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

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:

weather: add back default hover notification; #113
authorluke bonham <dada@archlinux.info>
Sun, 5 Jul 2015 09:12:41 +0000 (11:12 +0200)
committercopycat-killer <dada@archlinux.info>
Wed, 5 Aug 2015 11:31:15 +0000 (13:31 +0200)
widgets/weather.lua

index 7223c29697213f5142b6e7c22c2584c793ea2c6f..7673284a61b1ca3b63605eeb78676e7f24717aec 100644 (file)
@@ -116,6 +116,8 @@ local function worker(args)
         end)
     end
 
+    weather.attach(weather.widget)
+
     newtimer("weather", timeout, weather.update)
     newtimer("weather_forecast", timeout, weather.forecast_update)