summaryrefslogtreecommitdiffhomepage
path: root/Xmobar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Xmobar.hs')
-rw-r--r--Xmobar.hs29
1 files changed, 15 insertions, 14 deletions
diff --git a/Xmobar.hs b/Xmobar.hs
index 594da82..fdc2446 100644
--- a/Xmobar.hs
+++ b/Xmobar.hs
@@ -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)