diff options
author | jao <jao@gnu.org> | 2022-07-24 16:12:39 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-24 16:12:39 +0100 |
commit | 141e071d0d523a521e0e790efbb57a95854aaaed (patch) | |
tree | 884a1392291ceac8c404bdaa6b4d324c054fc390 /doc/using-haskell.org | |
parent | ac8a9ed723f1fed8d8a7158e135c72e2b92677c5 (diff) | |
download | xmobar-141e071d0d523a521e0e790efbb57a95854aaaed.tar.gz xmobar-141e071d0d523a521e0e790efbb57a95854aaaed.tar.bz2 |
documentation: header levels re-adjusted
Diffstat (limited to 'doc/using-haskell.org')
-rw-r--r-- | doc/using-haskell.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-haskell.org b/doc/using-haskell.org index 5c48c06..1cbe82c 100644 --- a/doc/using-haskell.org +++ b/doc/using-haskell.org @@ -110,7 +110,7 @@ =run*= functions in [[../src/Xmobar/Plugins/Monitors/Common/Run.hs][Xmobar.Plugins.Monitors.Run]] in order to define =start=. The =Exec= instance should then live in [[../src/Xmobar/Plugins/Monitors.hs][Xmobar.Plugins.Monitors]]. -* Using a Plugin +* Using a plugin To use your new plugin, you just need to use a pure Haskell configuration for xmobar (as explained [[#xmobar-in-haskell][above]]) and load your definitions in your =xmobar.hs= |