From fa25608473c717940f54bb529f4fe6dda8a87ff4 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Mon, 23 Jul 2007 13:49:36 +0200 Subject: the normal color is set when normal > low darcs-hash:20070723114936-d6583-1ade1b12fa6aed40aab2a07f51f1949fb298778b.gz --- Plugins/Monitors/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Monitors/Common.hs b/Plugins/Monitors/Common.hs index 1c92fb8..d2ae8c3 100644 --- a/Plugins/Monitors/Common.hs +++ b/Plugins/Monitors/Common.hs @@ -270,7 +270,7 @@ showWithColors f x = let col = setColor $ f x [ll,hh] = map fromIntegral $ sort [l, h] -- consider high < low head $ [col highColor | x > hh ] ++ - [col normalColor | x < ll ] ++ + [col normalColor | x > ll ] ++ [col lowColor | True] -- $threads -- cgit v1.2.3