Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c0e147bf031f9c2638e2c192a97e2d200e4b74be Mon Sep 17 00:00:00 2001 |From: Rizqi Nur Assyaufi |Date: Fri, 15 Aug 2025 20:49:26 +0800 |Subject: [PATCH] Add DWM logo on left bar before tags | |This patch adds a DWM logo to the left side of the status bar, positioned |before the tags, for aesthetic or branding purposes. | |Defines a fixed logo width (`dwmlogowdth = 54`) and adjusts tag rendering to |prevent overlap. | |Uses multiple `drw_rect()` calls to render a pixel-art style "dwm" logo using |rectangles. | |This patch is purely visual and does not impact DWM's core functionality or |performance. It may appeal to users who want a more personalized or distinctive |appearance for their window manager. | |--- | dwm.c | 34 +++++++++++++++++++++++++++++++++- | 1 file changed, 33 insertions(+), 1 deletion(-) | |diff --git a/dwm.c b/dwm.c |index 1443802..c9b2858 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 140. Hunk #2 succeeded at 244. Hunk #3 succeeded at 437. Hunk #4 succeeded at 704. Hunk #5 succeeded at 725. Hmm... Ignoring the trailing garbage. done