summaryrefslogtreecommitdiffhomepage
path: root/Plugins
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-24 13:10:19 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-24 13:10:19 +0200
commit4dc0696751355817a5cb35d41f4c9c2daa25f5bc (patch)
treeb2ab236f54c72e6904754d9841aa7c365624c19d /Plugins
parent64b8c3ec4381ea3b1b61fca3d8080f051d53ede5 (diff)
downloadxmobar-4dc0696751355817a5cb35d41f4c9c2daa25f5bc.tar.gz
xmobar-4dc0696751355817a5cb35d41f4c9c2daa25f5bc.tar.bz2
./Plugins/Monitors.hs: corrected module information
darcs-hash:20070724111019-d6583-084edc5c56e1ea20ce8fae76b94d9b2a44fe9d31.gz
Diffstat (limited to 'Plugins')
-rw-r--r--Plugins/Monitors.hs8
1 files changed, 1 insertions, 7 deletions
diff --git a/Plugins/Monitors.hs b/Plugins/Monitors.hs
index 118bacd..003a502 100644
--- a/Plugins/Monitors.hs
+++ b/Plugins/Monitors.hs
@@ -8,13 +8,7 @@
-- Stability : unstable
-- Portability : unportable
--
--- The 'Exec' class and the 'Command' data type.
---
--- The 'Exec' class rappresents the executable types, whose constructors may
--- appear in the 'Config.commands' field of the 'Config.Config' data type.
---
--- The 'Command' data type stores the monitors to be run internally by
--- Xmobar.
+-- The system monitor plugin for Xmobar.
--
-----------------------------------------------------------------------------