From: copycat-killer Date: Wed, 25 Jan 2017 18:38:05 +0000 (+0100) Subject: {alsa,pulse}bar: remove reset_timeout due to (timer already started) issue X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/434d5f32aa3a19763bf6bb2eed40f881fd918309 {alsa,pulse}bar: remove reset_timeout due to (timer already started) issue --- diff --git a/widgets/alsabar.lua b/widgets/alsabar.lua index 90c60b4..628e838 100644 --- a/widgets/alsabar.lua +++ b/widgets/alsabar.lua @@ -126,7 +126,6 @@ local function worker(args) } else naughty.replace_text(alsabar.notification, preset.title, preset.text) - naughty.reset_timeout(alsabar.notification, preset.timeout) end end) end diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 5453b1f..c75ad4a 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -136,7 +136,6 @@ local function worker(args) } else naughty.replace_text(pulsebar.notification, preset.title, preset.text) - naughty.reset_timeout(pulsebar.notification, preset.timeout) end end) end