summaryrefslogtreecommitdiffhomepage
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs14
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