diff options
| -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 | 
