summaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
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