diff options
author | jao <jao@gnu.org> | 2019-04-21 03:37:12 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-04-21 03:37:12 +0100 |
commit | 7122b1e33a0078f93f21e77e2c0c985391d1d412 (patch) | |
tree | 2f084dc1323bad782ab8192581306d134195bb65 | |
parent | ecaa26e1f30be13368e202bf01070e0b789d9ecf (diff) | |
download | xmobar-7122b1e33a0078f93f21e77e2c0c985391d1d412.tar.gz xmobar-7122b1e33a0078f93f21e77e2c0c985391d1d412.tar.bz2 |
Doc nit
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1504,8 +1504,8 @@ configuration options. To use your new plugin, you need to use a pure Haskell configuration for xmobar, and load your definitions there. You can see an example -in [examples/xmobar.hs] showing you how to write a Haskell -configuration that uses a new plugin, all in one file. +in [examples/xmobar.hs](./examples/xmobar.hs) showing you how to write +a Haskell configuration that uses a new plugin, all in one file. When xmobar runs with the full path to that Haskell file as its argument (or if you put it in `~/.config/xmobar/xmobar.hs`), and with |