From efe48f337ffbc0c3002f18ca52d8b9aa529e6209 Mon Sep 17 00:00:00 2001 From: Eric Mrak Date: Fri, 30 May 2014 12:11:49 -0700 Subject: adding README section for UnsafeXMonadLog --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index 8eaf3d1..f1c8f98 100644 --- a/readme.md +++ b/readme.md @@ -1257,6 +1257,19 @@ can be used in the output template as `%mydate%` [here]: http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicLog.html +**`UnsafeXMonadLog`** + +- Aliases to UnsafeXMonadLog +- Similar to StdinReader versus UnsafeStdinReader, this does not strip `` tags from XMonad's `_XMONAD_LOG`. +- It is advised that you still use `xmobarStrip` for the ppTitle in your + logHook: + + myPP = defaultPP { ppTitle = xmobarStrip } + main = xmonad $ defaultConfig { + logHook = dynamicLogString myPP >>= xmonadPropLog + } + Plugins ======= -- cgit v1.2.3