Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From ad5887df95fda706291c81ee143d0786a1717b12 Mon Sep 17 00:00:00 2001 |From: getimiskon |Date: Sat, 1 Apr 2023 16:22:01 +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 348f655. | |--- | config.def.h | 7 +++++++ | config.mk | 2 +- | drw.c | 26 ++++++++++++----------- | drw.h | 9 +++++--- | dwm.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++------ | 5 files changed, 81 insertions(+), 22 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..8b3789a 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 ba64d3d..d609c42 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 23. 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 a58a2b4..d18e8d8 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 184. Hunk #5 succeeded at 209. Hunk #6 succeeded at 267. 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 6471431..2143533 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 42. 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 c2bd871..3b34de8 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 56. Hunk #2 succeeded at 233. Hunk #3 succeeded at 270. Hunk #4 succeeded at 1565. Hunk #5 succeeded at 1594. Hunk #6 succeeded at 1821. Hunk #7 succeeded at 2130. Hmm... Ignoring the trailing garbage. done