diff options
author | jao <jao@gnu.org> | 2019-06-30 18:33:29 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-06-30 18:33:29 +0100 |
commit | ac38c7988355c7922ce3131500a16f1bc31f8c99 (patch) | |
tree | 59c374733151c28ca14fcbc65d38d2bed2a55ac3 | |
parent | 0657350fe6948954ff6c2aa2593eedc7cf11d4a0 (diff) | |
download | xmobar-ac38c7988355c7922ce3131500a16f1bc31f8c99.tar.gz xmobar-ac38c7988355c7922ce3131500a16f1bc31f8c99.tar.bz2 |
Let's not scare people upfront with a complicated configuration
-rw-r--r-- | readme.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -11,8 +11,7 @@ Xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. -These are two xmobar instances using [the author's -configuration](https://gitlab.com/jaor/xmobar-config/): +These are two xmobar instances using the author's configuration: ![top](https://gitlab.com/jaor/xmobar-config/raw/master/img/xmobar-top.png) @@ -1567,6 +1566,13 @@ needed, and the new executable spawned for you. That's it! +## Configurations written in pure Haskell + +xmobar can be used as a pure Haskell program, that is compiled with +your specific configuration, expressed as Haskell source code. For an +example, see [the author's +configuration](https://gitlab.com/jaor/xmobar-config/). + # Authors and credits Andrea Rossato originally designed and implemented xmobar up to |