mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
DynamicLog: documentation only
This commit is contained in:
@@ -55,8 +55,6 @@ import XMonadContrib.NamedWindows
|
|||||||
-- %import XMonadContrib.DynamicLog
|
-- %import XMonadContrib.DynamicLog
|
||||||
-- %def -- comment out default logHook definition above if you uncomment any of these:
|
-- %def -- comment out default logHook definition above if you uncomment any of these:
|
||||||
-- %def logHook = dynamicLog
|
-- %def logHook = dynamicLog
|
||||||
-- %def logHook = dynamicLogWithTitle
|
|
||||||
-- %def logHook = dynamicLogWithTitleColored "white"
|
|
||||||
|
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
@@ -71,7 +69,7 @@ dynamicLog :: X ()
|
|||||||
dynamicLog = dynamicLogWithPP defaultPP
|
dynamicLog = dynamicLogWithPP defaultPP
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
-- A log
|
-- A log function that uses the 'PP' hooks to customize output.
|
||||||
dynamicLogWithPP :: PP -> X ()
|
dynamicLogWithPP :: PP -> X ()
|
||||||
dynamicLogWithPP pp = do
|
dynamicLogWithPP pp = do
|
||||||
-- layout description
|
-- layout description
|
||||||
|
Reference in New Issue
Block a user