Make memory module prettier.

This commit is contained in:
Ian Adam Naval 2014-08-08 01:54:59 -04:00
parent fb4fd434e8
commit 20c7f70ded

View File

@ -76,7 +76,10 @@ if os.path.exists("/sys/class/net/eth0"):
color_down=COLORS['Red'])
status.register("mem",
color=COLORS['Green'])
format="{avail_mem:.0f} MiB",
color=COLORS['Green'],
warn_color=COLORS['Yellow'],
alert_color=COLORS['Red'])
status.run()