summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 19:34:49 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 19:34:49 +0200
commit01f56cd3314e629bc2cfe6f4de734c4ee3815b3e (patch)
treeea07cf6923b5c03b9775e96d24257f0a9d3a87f5 /Config.hs
parentb25c3dd1f0698a51e6e212c1abec0c3832e1dd04 (diff)
downloadxmobar-01f56cd3314e629bc2cfe6f4de734c4ee3815b3e.tar.gz
xmobar-01f56cd3314e629bc2cfe6f4de734c4ee3815b3e.tar.bz2
Confg.hs: added PipeReader to the default configuration
darcs-hash:20070927173449-d6583-f06cd0ee41a568b7f4f31cc24ebcd541ec0568df.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index f13f39f..0493476 100644
--- a/Config.hs
+++ b/Config.hs
@@ -23,6 +23,7 @@ import Commands
import {-# SOURCE #-} Runnable
import Plugins.Monitors
import Plugins.Date
+import Plugins.PipeReader
-- $config
-- Configuration data type and default configuration
@@ -68,5 +69,5 @@ defaultConfig =
-- the 'Runnable.Runnable' Read instance. To install a plugin just add
-- the plugin's type to the list of types appearing in this function's type
-- signature.
-runnableTypes :: (Command,(Monitors,(Date,())))
+runnableTypes :: (Command,(Monitors,(Date,(PipeReader,()))))
runnableTypes = undefined