summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r--src/Xmobar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs
index b58b060..e4069dd 100644
--- a/src/Xmobar.hs
+++ b/src/Xmobar.hs
@@ -290,7 +290,7 @@ printStrings dr gc fontst offs a sl@((s,c,l):xs) = do
let (conf,d) = (config &&& display) r
Rectangle _ _ wid ht = rect r
totSLen = foldr (\(_,_,len) -> (+) len) 0 sl
- valign = fi $ as + ds
+ valign = (fi ht + fi (as + ds)) `div` 2 - 1
remWidth = fi wid - fi totSLen
offset = case a of
C -> (remWidth + offs) `div` 2