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

Merge pull request #181 from stwa/patch-5
authorLuke Bonham <copycat-killer@users.noreply.github.com>
Tue, 22 Mar 2016 17:44:49 +0000 (18:44 +0100)
committerLuke Bonham <copycat-killer@users.noreply.github.com>
Tue, 22 Mar 2016 17:44:49 +0000 (18:44 +0100)
Fix for #177

widgets/bat.lua
wiki

index 22584db610dcc155d7635f74ec4b014e4c4727fc..a6a8b4fc92fb1655b3e2a0784415744937c3607f 100644 (file)
@@ -74,7 +74,7 @@ local function worker(args)
                                       first_line(bstr .. "/charge_full"))
 
             bat_now.status = first_line(bstr .. "/status") or "N/A"
-            bat_now.ac     = first_line(string.format("/sys/class/power_supply/%s/online", ac)) or "N/A"
+            bat_now.ac_status = first_line(string.format("/sys/class/power_supply/%s/online", ac)) or "N/A"
 
             local time_rat = 0
             if bat_now.status == "Charging"
diff --git a/wiki b/wiki
index 3abe7c4113a2ebcb2b95dc50e2176d2e5e44a947..bc955e7cd731f672831e6f9013037cccf38b6c9b 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 3abe7c4113a2ebcb2b95dc50e2176d2e5e44a947
+Subproject commit bc955e7cd731f672831e6f9013037cccf38b6c9b