diff options
author | jao <jao@gnu.org> | 2022-07-24 01:23:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-24 01:27:43 +0100 |
commit | 6c141f1efc67166518d17cf71497b31ea1fbbed3 (patch) | |
tree | 392acfab3863d97190e2096d7615380914129bac /examples | |
parent | 2fc3c00834dcb64a60aca81a721821323ba3f743 (diff) | |
download | xmobar-6c141f1efc67166518d17cf71497b31ea1fbbed3.tar.gz xmobar-6c141f1efc67166518d17cf71497b31ea1fbbed3.tar.bz2 |
documentation: mini-tutorial on writting your own xmobar.hs
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 |