diff options
Diffstat (limited to 'src/Xmobar/App')
| -rw-r--r-- | src/Xmobar/App/Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Xmobar/App/Main.hs b/src/Xmobar/App/Main.hs index 03a01a1..b2bdc5c 100644 --- a/src/Xmobar/App/Main.hs +++ b/src/Xmobar/App/Main.hs @@ -63,7 +63,7 @@ xmobar conf = withDeferSignals $ do        let ic = Map.empty            to = textOffset conf            ts = textOffsets conf ++ replicate (length fl) (-1) -      startLoop (XConf d r w (fs :| fl) (to:ts) ic conf) sig refLock vars +      startLoop (XConf d r w (fs :| fl) (to :| ts) ic conf) sig refLock vars  configFromArgs :: Config -> IO Config  configFromArgs cfg = getArgs >>= getOpts >>= doOpts cfg . fst | 
