diff --git a/bumblebee/modules/nvidiagpu.py b/bumblebee/modules/nvidiagpu.py index 45803e4..a0d2f3f 100644 --- a/bumblebee/modules/nvidiagpu.py +++ b/bumblebee/modules/nvidiagpu.py @@ -26,7 +26,7 @@ class Module(bumblebee.engine.Module): def hidden(self): hide = bumblebee.util.asbool(self.parameter("hide", False)) - if hide and self._utilization == "not found: 0°C 0/0 MiB": + if hide and "not found" in self._utilization.startswith("not found"): return True return False