summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/Net.hs
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-13 04:57:17 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-13 04:57:17 +0100
commit31715e3db637702d1289819909131a32abb3777a (patch)
treef2bc074c66479c940c88aadffacf5300619c8af7 /src/Plugins/Monitors/Net.hs
parent8f7606493f55c503e5be9047b176ad4941c06a0b (diff)
downloadxmobar-31715e3db637702d1289819909131a32abb3777a.tar.gz
xmobar-31715e3db637702d1289819909131a32abb3777a.tar.bz2
Cpu and MultiCpu should also be more accurate now
Diffstat (limited to 'src/Plugins/Monitors/Net.hs')
-rw-r--r--src/Plugins/Monitors/Net.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Plugins/Monitors/Net.hs b/src/Plugins/Monitors/Net.hs
index 500a753..8382542 100644
--- a/src/Plugins/Monitors/Net.hs
+++ b/src/Plugins/Monitors/Net.hs
@@ -1,7 +1,8 @@
-----------------------------------------------------------------------------
-- |
-- Module : Plugins.Monitors.Net
--- Copyright : (c) Andrea Rossato
+-- Copyright : (c) 2011 Jose Antonio Ortega Ruiz
+-- (c) 2007-2010 Andrea Rossato
-- License : BSD-style (see LICENSE)
--
-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org>
@@ -12,7 +13,7 @@
--
-----------------------------------------------------------------------------
-module Plugins.Monitors.Net (netConfig, startNet) where
+module Plugins.Monitors.Net (startNet) where
import Plugins.Monitors.Common