Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 89303c44ed3c65e106f7e2e7711c112867226695 Mon Sep 17 00:00:00 2001 |From: DonRehan <30264386+donRehan@users.noreply.github.com> |Date: Tue, 4 Jun 2024 04:33:48 +0300 |Subject: [PATCH] Add a dash above current active window in dwm bar | |Give user ability to modify its position , width and text position. |--- | config.def.h | 3 +++ | dwm.c | 4 +++- | 2 files changed, 6 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..2ec5f52 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 2. 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 f1d86b2..3c9b293 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 736. Hmm... Ignoring the trailing garbage. done