X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/4cc47f8d61c14feccba095c09d903c0c666e9055..b5352ef66f705de91157d4583eee728e4cbef8cb:/widget/pulsebar.lua diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index a7c0666..8846a4c 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -6,12 +6,14 @@ --]] -local helpers = require("lain.helpers") -local awful = require("awful") -local naughty = require("naughty") -local wibox = require("wibox") - -local math, string, type, tonumber = math, string, type, tonumber +local helpers = require("lain.helpers") +local awful = require("awful") +local naughty = require("naughty") +local wibox = require("wibox") +local math = math +local string = string +local type = type +local tonumber = tonumber -- PulseAudio volume bar -- lain.widget.pulsebar @@ -152,7 +154,7 @@ local function factory(args) end) end - helpers.newtimer(string.format("pulsebar-%s", pulsebar.sink), timeout, pulsebar.update) + helpers.newtimer(string.format("pulsebar-%s-%s", pulsebar.devicetype, pulsebar.device), timeout, pulsebar.update) return pulsebar end