]> git.madduck.net Git - etc/awesome.git/blobdiff - widgets/contrib/ccurr.lua

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
[etc/awesome.git] / widgets / contrib / ccurr.lua
index f696a354d20beb227fd9248530e43f5f526c8114..980e19b3a99d7814350fb4848906bd62f338f74d 100644 (file)
@@ -7,9 +7,9 @@
 --]]
 
 local newtimer = require("lain.helpers").newtimer
+local json     = require("lain.util").dkjson
 
 local wibox    = require("wibox")
-local json     = require("dkjson")
 
 local string   = { format = string.format }
 local tonumber = tonumber