diff --git a/bumblebee/modules/pulseaudio.py b/bumblebee/modules/pulseaudio.py index eee5905..9574a91 100644 --- a/bumblebee/modules/pulseaudio.py +++ b/bumblebee/modules/pulseaudio.py @@ -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