diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 13:10:19 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 13:10:19 +0200 |
commit | 4dc0696751355817a5cb35d41f4c9c2daa25f5bc (patch) | |
tree | b2ab236f54c72e6904754d9841aa7c365624c19d | |
parent | 64b8c3ec4381ea3b1b61fca3d8080f051d53ede5 (diff) | |
download | xmobar-4dc0696751355817a5cb35d41f4c9c2daa25f5bc.tar.gz xmobar-4dc0696751355817a5cb35d41f4c9c2daa25f5bc.tar.bz2 |
./Plugins/Monitors.hs: corrected module information
darcs-hash:20070724111019-d6583-084edc5c56e1ea20ce8fae76b94d9b2a44fe9d31.gz
-rw-r--r-- | Plugins/Monitors.hs | 8 |
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. -- ----------------------------------------------------------------------------- |