summaryrefslogtreecommitdiffhomepage
path: root/examples/xmobar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmobar.hs')
-rw-r--r--examples/xmobar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmobar.hs b/examples/xmobar.hs
index 791d3af..f8434fe 100644
--- a/examples/xmobar.hs
+++ b/examples/xmobar.hs
@@ -74,4 +74,4 @@ config = defaultConfig {
}
main :: IO ()
-main = xmobar config
+main = configFromArgs config >>= xmobar