From bc3b4dd8e055b580a242bbf59dd62063f960fe89 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sun, 17 Jan 2016 14:48:45 +0100 Subject: [PATCH] make memory stat more visible --- libexec/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/render.py b/libexec/render.py index 541ccb3..59272ce 100755 --- a/libexec/render.py +++ b/libexec/render.py @@ -20,7 +20,7 @@ COLOR_TERM_SCREEN = 27 COLOR_CLOCK = 27 COLOR_CLOCK_DELTA = 11 -COLOR_MEMSWAP = 8 +COLOR_MEMSWAP = 7 COLOR_SPACE_OK = 2 COLOR_SPACE_WARN = 3 COLOR_SPACE_ERROR = 1