[wiki] [sites] [st][patches][customcursor] Fixed index.md || elbachir-one

From: <git_AT_suckless.org>
Date: Mon, 07 Apr 2025 02:42:43 +0200

commit 29708495f13129543af659cc96aca71b1611c532
Author: elbachir-one <bachiralfa_AT_gmail.com>
Date: Mon Apr 7 01:42:03 2025 +0100

    [st][patches][customcursor] Fixed index.md

diff --git a/st.suckless.org/patches/customcursor/index.md b/st.suckless.org/patches/customcursor/index.md
index 5778e492..7d6f0a3c 100644
--- a/st.suckless.org/patches/customcursor/index.md
+++ b/st.suckless.org/patches/customcursor/index.md
_AT_@ -3,16 +3,16 @@ customcursor
 
 Description
 -----------
-This patch adds a constant value called `CUSTOM_BLOCK` to config.def.h to change snowman with custom cursor.
+This patch adds a constant named `CUSTOM_BLOCK` to `config.def.h`,
+allowing you to replace the snowman cursor with a custom one.
 
+#### Example
 
-Example
--------
 `static unsigned int cursorshape = 7;`
 
 `#define CUSTOM_BLOCK 0x003B /* semicolon (U+003B) */`
 
-[![custom-cursor-as-semicolon](st-customcursor.png)](st-customcursor.png)
+[![Screenshot](st-customcursor.png)](st-customcursor.png)
 
 Download
 --------
Received on Mon Apr 07 2025 - 02:42:43 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 07 2025 - 02:48:55 CEST