Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 75d5edbe16ee2fc060ff8b05eea17791d6334a59 Mon Sep 17 00:00:00 2001 |From: Christopher Drelich |Date: Thu, 24 May 2018 23:24:12 -0400 |Subject: [PATCH] Replaces magic numbers in statusbar with configurable | variables. | |horizpadbar for horizontal statusbar padding |vertpadbar for vertical statusbar padding | |StatusText now has both left and right padding, |as well as the vertical padding that all of the statusbar shares. | |Other than the addition of left padding to StatusText, appearance |of the statusbar is identical to pre-patch when using the defaults |in config.def.h |--- | config.def.h | 2 ++ | dwm.c | 8 ++++---- | 2 files changed, 6 insertions(+), 4 deletions(-) | |diff --git a/config.def.h b/config.def.h |index a9ac303..5819399 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 5. 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 bb95e26..7b9ed42 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 704. Hunk #2 succeeded at 1544. Hmm... Ignoring the trailing garbage. done