def shortname(self): """ Short same-width status string (4 chars) """ return color(self._name[0:4], color=self._colors[self.id], enabled=config.Coloring().enabled())
def name(self): """ Human readable status name """ return color(self._name, color=self._colors[self.id], enabled=config.Coloring().enabled())