I looked into https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Layout-Decoration.html I thought it can be neat to use this existing code to show the tag, however it always runs "getName". I want to change so that the modifiedLayout of decoration doesn't always use "getName" but maybe something else too. https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/src/XMonad.Layout.Decoration.html#line-232 ? Would this be a welcomed change? If so I'll look into it.