class bcolors: EMPTY = '\033[34m' #BLUE MIDWAY = '\033[33m' #YELLOW FULL = '\033[31m' #RED RESET = '\033[0m' #RESET COLOR UNUSED = '\033[90m' #UNUSED class env: mountpoints = ['/'] # Add mountpoints here to be displayed in diskusage script services = { # Add services here to be displayed in the services display script # 'service name' : 'display name' 'gdm': 'GNOME Display Manager' }