X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/e386dbb7196851dd348f71b3db601be2786c3324..fc3f86b5697211c0c1086cfe8af3518608cd3f60:/widgets/pulseaudio.lua?ds=sidebyside

diff --git a/widgets/pulseaudio.lua b/widgets/pulseaudio.lua
index 3ef26f0..17fdb9c 100644
--- a/widgets/pulseaudio.lua
+++ b/widgets/pulseaudio.lua
@@ -41,7 +41,7 @@ local function worker(args)
       settings()
    end
 
-   newtimer(string.format("pulseaudio-%s", pulseaudio.sink), timeout, pulseaudio.update)
+   newtimer(string.format("pulseaudio-%s", timeout), timeout, pulseaudio.update)
 
    return setmetatable(pulseaudio, { __index = pulseaudio.widget })
 end