Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 301db3986527041d64f4b58026677709a34b153f Mon Sep 17 00:00:00 2001 |From: dan soucy |Date: Tue, 22 Mar 2022 03:15:00 -0400 |Subject: [PATCH] enable colored text in the status bar | |This patch is an update of statuscolors patch to work with 6.3. |It is known to work up to commit bece862. |--- | config.def.h | 13 ++++++++++--- | dwm.c | 18 ++++++++++++++++-- | 2 files changed, 26 insertions(+), 5 deletions(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..a635f76 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 12. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.c b/dwm.c |index 5f16260..3c5e26b 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 59. Hunk #2 succeeded at 701. Hunk #3 succeeded at 714. Hmm... Ignoring the trailing garbage. done