diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmobar.hs | 2 |
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 |