From 37fc86c5c4bdc4e601f8c7d4381e278ec60c0d3a Mon Sep 17 00:00:00 2001 From: Tomas Janousek <tomi@nomi.cz> Date: Mon, 24 May 2021 20:31:22 +0100 Subject: [PATCH] CHANGES: Join xmobarBorder, xmobarFont entries into one Related: https://github.com/xmonad/xmonad-contrib/pull/549 --- CHANGES.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a25c99a6..c8164b2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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`,