Make memory module prettier.
This commit is contained in:
parent
fb4fd434e8
commit
20c7f70ded
@ -76,7 +76,10 @@ if os.path.exists("/sys/class/net/eth0"):
|
|||||||
color_down=COLORS['Red'])
|
color_down=COLORS['Red'])
|
||||||
|
|
||||||
status.register("mem",
|
status.register("mem",
|
||||||
color=COLORS['Green'])
|
format="{avail_mem:.0f} MiB",
|
||||||
|
color=COLORS['Green'],
|
||||||
|
warn_color=COLORS['Yellow'],
|
||||||
|
alert_color=COLORS['Red'])
|
||||||
|
|
||||||
status.run()
|
status.run()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user