From f470f18cf0e08c86f79ad423f10917ec8172944c Mon Sep 17 00:00:00 2001 From: Yecine Megdiche <yecine.megdiche@gmail.com> Date: Mon, 4 Oct 2021 18:03:58 +0200 Subject: [PATCH] X.H.DynamicIcons: tweak docs example --- XMonad/Hooks/DynamicIcons.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Hooks/DynamicIcons.hs b/XMonad/Hooks/DynamicIcons.hs index 75db35ae..3bb9068a 100644 --- a/XMonad/Hooks/DynamicIcons.hs +++ b/XMonad/Hooks/DynamicIcons.hs @@ -58,7 +58,7 @@ import XMonad.Prelude (for, maybeToList, (<&>), (<=<), (>=>)) -- then you can add the hook to your config: -- -- > main = xmonad $ … $ def --- > { logHook = dynamicLogIconsWithPP icons xmobarPP +-- > { logHook = dynamicLogIconsWithPP myIcons xmobarPP -- > , … } -- -- Here is an example of this