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
, willHookAllNew
-- * 'DynamicLog' utilities
-- * Status bar utilities
-- $pp
, willHookNextPP
, willHookAllNewPP
@@ -143,10 +143,10 @@ willHookAllNew n = _get n snd
-- $pp
-- The following functions are used to display the current
-- state of 'hookNext' and 'hookAllNew' in your
-- 'XMonad.Hooks.DynamicLog.dynamicLogWithPP'.
-- 'willHookNextPP' and 'willHookAllNewPP' should be added
-- to the 'XMonad.Hooks.DynamicLog.ppExtras' field of your
-- 'XMonad.Hooks.DynamicLog.PP'.
-- "XMonad.Hooks.StatusBar". 'willHookNextPP' and
-- 'willHookAllNewPP' should be added to the
-- 'XMonad.Hooks.StatusBar.PP.ppExtras' field of your
-- "XMonad.Hooks.StatusBar.PP".
--
-- Use 'runLogHook' to refresh the output of your 'logHook', so
-- that the effects of a 'hookNext'/... will be visible