diff options
Diffstat (limited to 'Xmobar.hs')
-rw-r--r-- | Xmobar.hs | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -13,20 +13,21 @@ -- ----------------------------------------------------------------------------- -module Xmobar (-- * Main Stuff - -- $main - X, XConf (..), runX - , eventLoop - -- * Program Execution - -- $command - , startCommand - -- * Window Management - -- $window - , createWin, updateWin - -- * Printing - -- $print - , drawInWin, printStrings - ) where +module Xmobar + ( -- * Main Stuff + -- $main + X , XConf (..), runX + , eventLoop + -- * Program Execution + -- $command + , startCommand + -- * Window Management + -- $window + , createWin, updateWin + -- * Printing + -- $print + , drawInWin, printStrings + ) where import Prelude hiding (catch) import Graphics.X11.Xlib hiding (textExtents, textWidth) |