[core/output] Make error widgets critical
This commit is contained in:
parent
0cc744ed15
commit
162398c6b6
1 changed files with 3 additions and 0 deletions
|
@ -64,4 +64,7 @@ class Error(Module):
|
||||||
def full_text(self, widget):
|
def full_text(self, widget):
|
||||||
return '{}: {}'.format(self._module, self._error)
|
return '{}: {}'.format(self._module, self._error)
|
||||||
|
|
||||||
|
def state(self, widget):
|
||||||
|
return ['critical']
|
||||||
|
|
||||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||||
|
|
Loading…
Reference in a new issue