mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-11 02:02:11 -07:00
Explain fields added for "XMonad.Layout.ImageButtonDecoration"
This commit is contained in:
@@ -79,8 +79,10 @@ data Theme =
|
|||||||
, fontName :: String -- ^ Font name
|
, fontName :: String -- ^ Font name
|
||||||
, decoWidth :: Dimension -- ^ Maximum width of the decorations (if supported by the 'DecorationStyle')
|
, decoWidth :: Dimension -- ^ Maximum width of the decorations (if supported by the 'DecorationStyle')
|
||||||
, decoHeight :: Dimension -- ^ Height of the decorations
|
, decoHeight :: Dimension -- ^ Height of the decorations
|
||||||
, windowTitleAddons :: [(String, Align)] -- ^ Extra text to appear in a window's title bar
|
, 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
|
-- 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)
|
} deriving (Show, Read)
|
||||||
|
|
||||||
-- | The default xmonad 'Theme'.
|
-- | The default xmonad 'Theme'.
|
||||||
|
Reference in New Issue
Block a user