diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-08 19:13:09 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-08 19:13:09 +0200 |
commit | 6e06d35d9583d6f3c9f796603409c6802178e0ce (patch) | |
tree | 553bf53f697bc505b68744ed7b21a22d9ad18149 | |
parent | 9f4188b7645e0e0c2a19386091c9c1677f9389ba (diff) | |
download | xmobar-6e06d35d9583d6f3c9f796603409c6802178e0ce.tar.gz xmobar-6e06d35d9583d6f3c9f796603409c6802178e0ce.tar.bz2 |
added info to Commands.hs
darcs-hash:20070708171309-d6583-599f801f185d27e47a5d3202720e3e787612bcd6.gz
-rw-r--r-- | Commands.hs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Commands.hs b/Commands.hs index 5bc02a9..8d39d30 100644 --- a/Commands.hs +++ b/Commands.hs @@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMobar.Commands +-- Copyright : (c) Andrea Rossato +-- License : BSD-style (see LICENSE) +-- +-- Maintainer : Andrea Rossato <andrea.rossato@unibz.it> +-- Stability : unstable +-- Portability : unportable +-- +-- A Command datatype for XMobar status bar for the Xmonad Window Manager +-- +----------------------------------------------------------------------------- + module Commands where import System.Process |