Update pulseaudio.py
This commit is contained in:
parent
b92d3423af
commit
6ad9724a54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue