Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 22f1116ed0d9a499a73394eb42f1e0d51fd4f2fc Mon Sep 17 00:00:00 2001 |From: Rizqi Nur Assyaufi |Date: Tue, 24 Jun 2025 22:56:04 +0800 |Subject: [PATCH] Add DWM logo on left bar before tags | |This patch add dwm logo before tags on the left side of the status bar for |aesthetic or branding purposes. | |The logo renders using several ractangels to form the characters "dwm" in a |pixel-art style. |--- | dwm.c | 34 +++++++++++++++++++++++++++++++++- | 1 file changed, 33 insertions(+), 1 deletion(-) | |diff --git a/dwm.c b/dwm.c |index f1d86b2..0bef187 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 141. Hunk #2 succeeded at 245. Hunk #3 succeeded at 438. Hunk #4 succeeded at 705. Hunk #5 succeeded at 726. Hmm... Ignoring the trailing garbage. done