commit 8debeae0c6bad48e2f1cffc0f652523df01baa86
Author: Sarthak Shah <[email protected]>
Date:   Tue Jan 12 04:03:59 2021 +0530

    Fixed a mistake in the markdown syntax

diff --git a/st.suckless.org/patches/gradient/index.md 
b/st.suckless.org/patches/gradient/index.md
index b51d67e5..d146864f 100644
--- a/st.suckless.org/patches/gradient/index.md
+++ b/st.suckless.org/patches/gradient/index.md
@@ -1,22 +1,20 @@
 Gradient
-====
+========
 
 Description
-----
+-----------
 This patch adds an alpha gradient to st.
-
------
 1.  It requires the alpha patch, i.e. apply it before applying this
 2. Apply the patch to st's source code, and replace config.h with config.def.h 
before building the source
-3. To customize, change the variables 'grad_alpha' and 'stat_alpha' in 
config.def.h
-Maximum alpha value: minimum of grad_alpha + stat_alpha and 1
-Minimum alpha value: minimum of stat_alpha and grad_alpha - 1
+3. To customize, change the variables 'grad-alpha' and 'stat-alpha' in 
config.def.h
+Maximum alpha value: minimum of grad-alpha + stat-alpha and 1
+Minimum alpha value: minimum of stat-alpha and grad-alpha - 1
 4. It is possible to invert the gradient by uncommenting the invert gradient 
code in x.c
 
 Download
-----
+--------
 * [st-gradient-0.8.4.diff](st-gradient-0.8.4.diff)
 
 Author
-----
+------
 * Sarthak Shah : shahsarthakw at gmail.com


Reply via email to