Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2f6938b87a09abcd41fd6792a40b0bd7b088f41a Mon Sep 17 00:00:00 2001 |From: bsuth |Date: Tue, 27 Dec 2022 12:44:23 +0900 |Subject: [PATCH] Use centered squares to indicate lock state | |Instead of changing the color of the entire screen to indicate the |current lock state, draw centered squares on each monitor and change the |square colors. | |This patch requires xrandr to be active and otherwise defaults to the |original slock behavior. |--- | config.def.h | 6 +++++- | slock.c | 58 +++++++++++++++++++++++++++++++++++++++++++++------- | 2 files changed, 56 insertions(+), 8 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9855e21..e7106fb 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 3. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/slock.c b/slock.c |index 5ae738c..0750768 100644 |--- a/slock.c |+++ b/slock.c -------------------------- Patching file slock.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 37. Hunk #3 succeeded at 127. Hunk #4 succeeded at 230. Hunk #5 succeeded at 264. Hunk #6 succeeded at 280. Hunk #7 succeeded at 292. Hunk #8 succeeded at 429. Hmm... Ignoring the trailing garbage. done