X.L.LayoutModifier: Update X.H.DynamicLog reference

This commit is contained in:
Yecine Megdiche 2021-10-04 22:16:15 +02:00
parent 2932a8e2f8
commit 6ddde878ec

View File

@ -234,7 +234,7 @@ class (Show (m a), Read (m a)) => LayoutModifier m a where
-- should only override this if it is important that the -- should only override this if it is important that the
-- presence of the layout modifier be displayed in text -- presence of the layout modifier be displayed in text
-- representations of the layout (for example, in the status bar -- representations of the layout (for example, in the status bar
-- of a "XMonad.Hooks.DynamicLog" user). -- of a "XMonad.Hooks.StatusBar" user).
modifierDescription :: m a -> String modifierDescription :: m a -> String
modifierDescription = const "" modifierDescription = const ""