mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-27 18:21:52 -07:00
X.H.ToggleHook: Update X.H.DynamicLog references
This commit is contained in:
@@ -30,7 +30,7 @@ module XMonad.Hooks.ToggleHook ( -- * Usage
|
|||||||
, willHookNext
|
, willHookNext
|
||||||
, willHookAllNew
|
, willHookAllNew
|
||||||
|
|
||||||
-- * 'DynamicLog' utilities
|
-- * Status bar utilities
|
||||||
-- $pp
|
-- $pp
|
||||||
, willHookNextPP
|
, willHookNextPP
|
||||||
, willHookAllNewPP
|
, willHookAllNewPP
|
||||||
@@ -143,10 +143,10 @@ willHookAllNew n = _get n snd
|
|||||||
-- $pp
|
-- $pp
|
||||||
-- The following functions are used to display the current
|
-- The following functions are used to display the current
|
||||||
-- state of 'hookNext' and 'hookAllNew' in your
|
-- state of 'hookNext' and 'hookAllNew' in your
|
||||||
-- 'XMonad.Hooks.DynamicLog.dynamicLogWithPP'.
|
-- "XMonad.Hooks.StatusBar". 'willHookNextPP' and
|
||||||
-- 'willHookNextPP' and 'willHookAllNewPP' should be added
|
-- 'willHookAllNewPP' should be added to the
|
||||||
-- to the 'XMonad.Hooks.DynamicLog.ppExtras' field of your
|
-- 'XMonad.Hooks.StatusBar.PP.ppExtras' field of your
|
||||||
-- 'XMonad.Hooks.DynamicLog.PP'.
|
-- "XMonad.Hooks.StatusBar.PP".
|
||||||
--
|
--
|
||||||
-- Use 'runLogHook' to refresh the output of your 'logHook', so
|
-- Use 'runLogHook' to refresh the output of your 'logHook', so
|
||||||
-- that the effects of a 'hookNext'/... will be visible
|
-- that the effects of a 'hookNext'/... will be visible
|
||||||
|
Reference in New Issue
Block a user