diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-19 11:00:18 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-19 11:00:18 +0200 |
commit | 8e0b60f6a105d3d2eec059130a72df40b71e4bd6 (patch) | |
tree | a828ee75eabd6f4aeff0ccad964d19be22fcb8a0 /xmobar.hs | |
parent | 1b10d6da86fafb1f65f50f7256aa4cb756b5a51c (diff) | |
download | xmobar-8e0b60f6a105d3d2eec059130a72df40b71e4bd6.tar.gz xmobar-8e0b60f6a105d3d2eec059130a72df40b71e4bd6.tar.bz2 |
added license and some info
darcs-hash:20070619090018-d6583-c5d5d0cc95d72b9df434a66150fc08232f4b587a.gz
Diffstat (limited to 'xmobar.hs')
-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 |