summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--XMobar.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMobar.hs b/XMobar.hs
index 2b8aa4c..b371a24 100644
--- a/XMobar.hs
+++ b/XMobar.hs
@@ -144,7 +144,7 @@ printStrings gc fontst offs sl@((s,c,l):xs) =
valign = (fromIntegral (hight config) + fromIntegral asc) `div` 2
offset = case (align config) of
"center" -> (fromIntegral (width config) - fromIntegral totSLen) `div` 2
- "right" -> fromIntegral (width config) - fromIntegral totSLen
+ "right" -> fromIntegral (width config) - fromIntegral totSLen - 1
"left" -> offs
_ -> offs
color <- io $ initColor (display st) c
@@ -163,7 +163,7 @@ getOptions c com =
[(_,_,opts)] -> opts
_ -> []
--- | Gets the command options set in configuration.
+-- | Gets the refresh rate set in configuration for a given command.
getRefRate :: Config -> String -> Int
getRefRate c com =
let l = commands c