summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/X11/Loop.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xmobar/X11/Loop.hs')
-rw-r--r--src/Xmobar/X11/Loop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/X11/Loop.hs b/src/Xmobar/X11/Loop.hs
index 631855c..2d97733 100644
--- a/src/Xmobar/X11/Loop.hs
+++ b/src/Xmobar/X11/Loop.hs
@@ -81,7 +81,7 @@ x11Loop conf = do
fl <- mapM (initFont d) (additionalFonts conf)
let ic = Map.empty
to = textOffset conf
- ts = textOffsets conf ++ replicate (length fl) (-1)
+ ts = textOffsets conf ++ replicate (length fl) to
#ifdef XFT
xftInitFtLibrary
#endif