summaryrefslogtreecommitdiffhomepage
path: root/Monitors/Mem.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Monitors/Mem.hs')
-rw-r--r--Monitors/Mem.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/Monitors/Mem.hs b/Monitors/Mem.hs
index 87f53b1..41f496d 100644
--- a/Monitors/Mem.hs
+++ b/Monitors/Mem.hs
@@ -12,14 +12,14 @@
--
-----------------------------------------------------------------------------
-module Main where
+module Monitors.Mem where
import Monitors.Common
import Data.IORef
-monitorConfig :: IO MConfig
-monitorConfig =
+memConfig :: IO MConfig
+memConfig =
do lc <- newIORef "#BFBFBF"
l <- newIORef 300
nc <- newIORef "#00FF00"
@@ -59,7 +59,9 @@ runMem _ =
l <- formatMem m
parseTemplate l
+{-
main :: IO ()
main =
do let af = runMem []
runMonitor monitorConfig af runMem
+-} \ No newline at end of file