From b5352ef66f705de91157d4583eee728e4cbef8cb Mon Sep 17 00:00:00 2001 From: razamatan Date: Fri, 28 Jun 2019 00:24:01 -0700 Subject: [PATCH] pulsebar: use devicetype and device instead of sink (null var) --- widget/pulsebar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index 317468f..8846a4c 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -154,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 -- 2.39.2