aboutsummaryrefslogtreecommitdiffstats
path: root/DynamicLog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'DynamicLog.hs')
-rw-r--r--DynamicLog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicLog.hs b/DynamicLog.hs
index c10dc88..cae7980 100644
--- a/DynamicLog.hs
+++ b/DynamicLog.hs
@@ -157,7 +157,7 @@ defaultPP = PP { ppCurrent = wrap "[" "]"
, ppHiddenNoWindows = const ""
, ppSep = " : "
, ppTitle = const ""
- , ppLayout = wrap "(" ")"}
+ , ppLayout = id }
-- | The options that sjanssen likes to use, as an example. Note the use of
-- 'xmobarColor' and the record update on defaultPP