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

counterfix on pull #6
authorluke bonham <dadasignificanulla@gmail.com>
Fri, 27 Sep 2013 11:09:29 +0000 (13:09 +0200)
committerluke bonham <dadasignificanulla@gmail.com>
Fri, 27 Sep 2013 11:09:29 +0000 (13:09 +0200)
widgets/bat.lua

index 789c694b9776932d263d6e41099cb1f815b41285..fd99e4dd9925cd080981a93c87b75703d55a876e 100644 (file)
@@ -74,7 +74,7 @@ local function worker(args)
             bat_now.watt = string.format("%.2fW", (rate * ratev) / 1e12)
 
             -- notifications for low and critical states
-            if bat_new.status == "Discharging"
+            if bat_now.status == "Discharging"
             then
                 if bat_now.perc <= 5
                 then