mirror of https://github.com/lcpz/lain.git
{alsa,pulse}bar: remove reset_timeout due to (timer already started) issue
This commit is contained in:
parent
2d35d4e102
commit
434d5f32aa
|
@ -126,7 +126,6 @@ local function worker(args)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
naughty.replace_text(alsabar.notification, preset.title, preset.text)
|
naughty.replace_text(alsabar.notification, preset.title, preset.text)
|
||||||
naughty.reset_timeout(alsabar.notification, preset.timeout)
|
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
|
@ -136,7 +136,6 @@ local function worker(args)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
naughty.replace_text(pulsebar.notification, preset.title, preset.text)
|
naughty.replace_text(pulsebar.notification, preset.title, preset.text)
|
||||||
naughty.reset_timeout(pulsebar.notification, preset.timeout)
|
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue