Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 51f9c34480b984e261a738e5295f518b42c2f29c Mon Sep 17 00:00:00 2001 |From: Petrus Karell |Date: Mon, 19 Oct 2020 19:15:24 +0300 |Subject: [PATCH] Allow dwm to have translucent bars, while keeping all | the text on it opaque, just like the alpha-patch for st. Updated for 61bb8b2 | |--- | config.def.h | 7 ++++++ | config.mk | 2 +- | drw.c | 26 ++++++++++++----------- | drw.h | 9 +++++--- | dwm.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++------ | 5 files changed, 82 insertions(+), 22 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..4f68fe8 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/config.mk b/config.mk |index 7084c33..21b5404 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 22. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.c b/drw.c |index 4cdbcbe..fe3aadd 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 succeeded at 61. Hunk #2 succeeded at 70. Hunk #3 succeeded at 90. Hunk #4 succeeded at 197. Hunk #5 succeeded at 222. Hunk #6 succeeded at 278. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.h b/drw.h |index 4bcd5ad..a56f523 100644 |--- a/drw.h |+++ b/drw.h -------------------------- Patching file drw.h using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 30. Hunk #3 succeeded at 41. 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 664c527..d8005c7 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 235. Hunk #3 succeeded at 272. Hunk #4 succeeded at 1550. Hunk #5 succeeded at 1579. Hunk #6 succeeded at 1816. Hunk #7 succeeded at 2124. Hmm... Ignoring the trailing garbage. done