Update pulseaudio.py

This commit is contained in:
dustypaws 2018-11-16 12:46:36 +01:00 committed by GitHub
parent b92d3423af
commit 6ad9724a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ class Module(bumblebee.engine.Module):
if self._mute:
return ["warning", "muted"]
if int(self._left) > int(100):
+ 1 return ["critical", "unmuted"]
return ["critical", "unmuted"]
return ["unmuted"]
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4