diff --git a/core/module.py b/core/module.py index 46fd964..0017b0e 100644 --- a/core/module.py +++ b/core/module.py @@ -64,4 +64,7 @@ class Error(Module): def full_text(self, widget): return '{}: {}'.format(self._module, self._error) + def state(self, widget): + return ['critical'] + # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4