summaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-17 11:14:38 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-17 11:14:38 +0200
commitc2b98fd88acba773135167454422ff68c85e2f49 (patch)
treeb34ebf398db597872cbc8f41ee04c13c9e32cacd /Main.hs
parent6d21a15b2563c8e6f84e1a6fbc6f6b6eb3439cd0 (diff)
downloadxmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.gz
xmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.bz2
changed runXmobar to runXbar
darcs-hash:20070717091438-d6583-cd772f86e2296bf7de4780425819d3d04d502a6e.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 2f4fc70..c83b1f5 100644
--- a/Main.hs
+++ b/Main.hs
@@ -37,7 +37,7 @@ main =
cl <- parseTemplate config (template config)
var <- execCommands config cl
(d,w) <- createWin config
- runXmobar config var d w eventLoop
+ runXbar config var d w eventLoop
-- | Reads the configuration files or quits with an error
readConfig :: FilePath -> IO Config