xmonad-contrib-0.8.1: Third party extensions for xmonadSource codeContentsIndex
XMonad.Layout.ShowWName
Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it
Contents
Usage
Description
This is a layout modifier that will show the workspace name
Synopsis
showWName :: l a -> ModifiedLayout ShowWName l a
showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l a
defaultSWNConfig :: SWNConfig
data SWNConfig = SWNC {
swn_font :: String
swn_bgcolor :: String
swn_color :: String
swn_fade :: Rational
}
Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad.Layout.ShowWName
 myLayout = layoutHook defaultConfig
 main = xmonad defaultConfig { layoutHook = showWName myLayout }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending

showWName :: l a -> ModifiedLayout ShowWName l aSource
A layout modifier to show the workspace name when switching
showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l aSource
A layout modifier to show the workspace name when switching. It is possible to provide a costum configuration.
defaultSWNConfig :: SWNConfigSource
data SWNConfig Source
Constructors
SWNC
swn_font :: StringFont name
swn_bgcolor :: StringBackground color
swn_color :: StringString color
swn_fade :: RationalTime in seconds of the name visibility
show/hide Instances
Produced by Haddock version 2.4.2