From 6ad9724a54075f5f1091e51b7699bacb2d176a93 Mon Sep 17 00:00:00 2001 From: dustypaws Date: Fri, 16 Nov 2018 12:46:36 +0100 Subject: [PATCH] Update pulseaudio.py --- bumblebee/modules/pulseaudio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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