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

little fix
authorluke bonham <dadasignificanulla@gmail.com>
Sun, 6 Oct 2013 22:26:26 +0000 (00:26 +0200)
committerluke bonham <dadasignificanulla@gmail.com>
Sun, 6 Oct 2013 22:26:26 +0000 (00:26 +0200)
widgets/bat.lua

index a064e304054047a110ed16b5cfd77e9fe5ba419f..2906de2703db2ca154b138c130bcf11169bde35e 100644 (file)
@@ -92,7 +92,7 @@ local function worker(args)
             if rate ~= nil and ratev ~= nil then
                 bat_now.watt = string.format("%.2fW", (rate * ratev) / 1e12)
             else
-                bat_not.watt = "N/A"
+                bat_now.watt = "N/A"
             end
 
             -- notifications for low and critical states