Merge pull request #416 from BarbUk/fix/tp_smapi

widget.contib.smapi: rename to tp_smap, include wibox, add batid param to get function
This commit is contained in:
Luca CPZ 2018-12-01 18:30:04 +00:00 committed by GitHub
commit ca0bac403f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
@ -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