X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/5321eb485ad559ffa72f6cc804c9dff657a40f0d..8d1a9054798accb9dfe754fcaf6264609787868d:/widget/contrib/tp_smapi.lua diff --git a/widget/contrib/tp_smapi.lua b/widget/contrib/tp_smapi.lua index 06b3cbd..4f43e44 100644 --- a/widget/contrib/tp_smapi.lua +++ b/widget/contrib/tp_smapi.lua @@ -10,6 +10,7 @@ local helpers = require("lain.helpers") local focused = require("awful.screen").focused local gears = require("gears") local naughty = require("naughty") +local wibox = require("wibox") local string = string -- ThinkPad battery infos and widget creator @@ -18,7 +19,7 @@ local string = string local function factory(apipath) local tp_smapi = { - path = apipath or "/sys/devices/platform/tp_smapi" + path = apipath or "/sys/devices/platform/smapi" } function tp_smapi.get(batid, feature) @@ -34,7 +35,7 @@ local function factory(apipath) end function tp_smapi.percentage(batid) - return tp_smapi.get("remaining_percent") + return tp_smapi.get(batid, "remaining_percent") end -- either running or charging time