CHANGES: Join xmobarBorder, xmobarFont entries into one

Related: https://github.com/xmonad/xmonad-contrib/pull/549
This commit is contained in:
Tomas Janousek 2021-05-24 20:31:22 +01:00
parent ff391de17d
commit 37fc86c5c4

View File

@ -111,15 +111,13 @@
- Added `filterOutWsPP` for filtering out certain workspaces from being
displayed.
- Added `xmobarBorder` function to create borders around strings.
- Added `xmobarBorder` for creating borders around strings and
`xmobarFont` for selecting an alternative font.
- Added `ppRename` to `PP`, which makes it possible for extensions like
`workspaceNamesPP`, `marshallPP` and/or `clickablePP` to compose
intuitively.
- Added `xmobarFont` for selecting an xmobar font index
* `XMonad.Hooks.StatusBar`
This module provides a new interface that replaces `XMonad.Hooks.DynamicLog`,