예제 #1
0
 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())
예제 #2
0
 def name(self):
     """ Human readable status name """
     return color(self._name,
                  color=self._colors[self.id],
                  enabled=config.Coloring().enabled())