diff options
| -rw-r--r-- | xmobar.hs | 14 | 
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- +-- | +-- Module      :  XMobar +-- Copyright   :  (c) Andrea Rossato +-- License     :  BSD-style (see xmonad/LICENSE) +--  +-- Maintainer  :  Andrea Rossato <andrea.rossato@unibz.it> +-- Stability   :  unstable +-- Portability :  unportable +-- +-- A status bar for the Xmonad Window Manager  +-- +----------------------------------------------------------------------------- +  module Main where  import Graphics.X11.Xlib  | 
