aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Decoration.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Decoration.hs')
-rw-r--r--XMonad/Layout/Decoration.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/XMonad/Layout/Decoration.hs b/XMonad/Layout/Decoration.hs
index 27a4008..937b1b1 100644
--- a/XMonad/Layout/Decoration.hs
+++ b/XMonad/Layout/Decoration.hs
@@ -79,8 +79,10 @@ data Theme =
, fontName :: String -- ^ Font name
, decoWidth :: Dimension -- ^ Maximum width of the decorations (if supported by the 'DecorationStyle')
, decoHeight :: Dimension -- ^ Height of the decorations
- , windowTitleAddons :: [(String, Align)] -- ^ Extra text to appear in a window's title bar
- , windowTitleIcons :: [([[Bool]], Placement)] -- ^ Extra icons to appear in a window's title bar
+ , windowTitleAddons :: [(String, Align)] -- ^ Extra text to appear in a window's title bar.
+ -- Refer to for a use "XMonad.Layout.ImageButtonDecoration"
+ , windowTitleIcons :: [([[Bool]], Placement)] -- ^ Extra icons to appear in a window's title bar.
+ -- Inner @[Bool]@ is a row in a icon bitmap.
} deriving (Show, Read)
-- | The default xmonad 'Theme'.