X.H.ToggleHook: Update X.H.DynamicLog references

This commit is contained in:
Yecine Megdiche
2021-10-04 22:15:20 +02:00
parent 7ec3a4e034
commit 2932a8e2f8

View File

@@ -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