From 434d5f32aa3a19763bf6bb2eed40f881fd918309 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Wed, 25 Jan 2017 19:38:05 +0100 Subject: [PATCH] {alsa,pulse}bar: remove reset_timeout due to (timer already started) issue --- widgets/alsabar.lua | 1 - widgets/pulsebar.lua | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.2