diff options
author | jao <jao@gnu.org> | 2022-07-24 16:43:33 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-24 16:43:33 +0100 |
commit | 3a8a90c66645dbd56fcfb2b1d57ebc5bd50a49aa (patch) | |
tree | 53c02b6bb6749c55bc2e2e6c03ebf238dd1b9f5b | |
parent | a953dc71bcc5acd92a4357d117d828f7b3530ac5 (diff) | |
download | xmobar-3a8a90c66645dbd56fcfb2b1d57ebc5bd50a49aa.tar.gz xmobar-3a8a90c66645dbd56fcfb2b1d57ebc5bd50a49aa.tar.bz2 |
documentation nits
-rw-r--r-- | readme.org | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -108,15 +108,16 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. All the available command line switches and configuration parameters are described in [[file:quick-start.org][the quick start guide]] and [[file:plugins.org][the plugins documentation]]. + ** Writing your own xmobar in Haskell - One can use ~xmobar~ as a regular program, via its configuration file, - without having to write any code. It also is possible to install xmobar as - a library and use it to write your own xmobar using Haskell instead of - using a configuration file. (This is very similar to how [[http://xmonad.org][xmonad]] works.) - That gives you the ability of using Haskell and its libraries to extend - xmobar to your heart's content. If you are a programmer, take a look at - [[file:doc/using-haskell.org][here]] to learn more. + As shown above, one can use ~xmobar~ as a regular program, via its + configuration file, without having to write any code. It also is possible + to install xmobar as a library and use it to write your own xmobar using + Haskell instead of using a configuration file. (This is very similar to + how [[http://xmonad.org][xmonad]] works.) That gives you the ability of using Haskell and its + libraries to extend xmobar to your heart's content. If you are a + programmer, take a look [[file:doc/using-haskell.org][here]] to learn more. ** Running xmobar in text mode |