diff options
| -rw-r--r-- | XMobar.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -261,7 +261,7 @@ initColor dpy c = (color_pixel . fst) `liftM` allocNamedColor dpy colormap c  io :: IO a -> Xbar a  io = liftIO --- | work arount the the Int max bound: since threadDelay takes an Int, it +-- | Work arount to the Int max bound: since threadDelay takes an Int, it  -- is not possible to set a thread delay grater than about 45 minutes.  -- With a little recursion we solve the problem.  tenthSeconds :: Int -> IO () | 
