From: Luca CPZ <1777696+lcpz@users.noreply.github.com> Date: Fri, 28 Jun 2019 10:03:26 +0000 (+0100) Subject: Merge pull request #435 from razamatan/master X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/e8a34ec0e718448d367e677fdd88eda8c3ceaefc?hp=f1964b40e49dff92abdff97b7bd0408435ed589f Merge pull request #435 from razamatan/master pulsebar: as timer ID, use devicetype and device instead of sink (nil var) --- 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