X.H.DynamicIcons: tweak docs example

This commit is contained in:
Yecine Megdiche 2021-10-04 18:03:58 +02:00
parent 9ff7f89664
commit f470f18cf0

View File

@ -58,7 +58,7 @@ import XMonad.Prelude (for, maybeToList, (<&>), (<=<), (>=>))
-- then you can add the hook to your config: -- then you can add the hook to your config:
-- --
-- > main = xmonad $ … $ def -- > main = xmonad $ … $ def
-- > { logHook = dynamicLogIconsWithPP icons xmobarPP -- > { logHook = dynamicLogIconsWithPP myIcons xmobarPP
-- > , … } -- > , … }
-- --
-- Here is an example of this -- Here is an example of this