summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/XMonad/Local/LogHook.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Local/LogHook.hs b/src/XMonad/Local/LogHook.hs
index bec3ae4..5f5109f 100644
--- a/src/XMonad/Local/LogHook.hs
+++ b/src/XMonad/Local/LogHook.hs
@@ -31,7 +31,7 @@ logHook xmobarHandle = do
myPP :: M.Map WorkspaceId Int -> PP
myPP wmap = xmobarPP
- { ppTitle = xmobarColor "white" "" . xmobarSanitize . shorten 60
+ { ppTitle = xmobarColor "white" "" . xmobarSanitize . shorten 120
, ppCurrent = xmobarColor "white" "" . wrap "[" "]"
. indexWorkspace False
, ppVisible = xmobarColor "yellow" "" . wrap "(" ")"