]> 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:

fix variable name
authorDario Gjorgjevski <dario.gjorgjevski@gmail.com>
Mon, 2 Nov 2015 21:51:57 +0000 (22:51 +0100)
committerDario Gjorgjevski <dario.gjorgjevski@gmail.com>
Mon, 2 Nov 2015 21:51:57 +0000 (22:51 +0100)
widgets/weather.lua

index ab87ff82e35cd6cce78b9cb0889af2dd3598d3ac..173601a5593178b5ef237bd01ce2b68ce1afd197 100644 (file)
@@ -50,7 +50,7 @@ local function worker(args)
     local followmouse           = args.followmouse or false
     local settings              = args.settings or function() end
 
-    weather.widget    = wibox.widget.textbox(weather_na_text)
+    weather.widget    = wibox.widget.textbox(weather_na_markup)
     weather.icon_path = icons_path .. "na.png"
     weather.icon      = wibox.widget.imagebox(weather.icon_path)