aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Tabbed.hs')
-rw-r--r--Tabbed.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index 357f01d..efb91d8 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -40,6 +40,16 @@ import XMonadContrib.NamedWindows
-- > defaultLayouts :: [Layout]
-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText defaultTConf
-- > , ... ]
+--
+-- You can also edit the default configuration options.
+--
+-- > myconfig = defaultTConf { bgColor = "#FF0000"
+-- > , textColor = "#00FF00"}
+--
+-- and
+--
+-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText myconfig
+-- > , ... ]
data TConf =
TConf { activeColor :: String