sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 8debeae0c6bad48e2f1cffc0f652523df01baa86
parent ae918b5129a73999a3fb06cb5a5b418b051acda1
Author: Sarthak Shah <shahsarthakw@gmail.com>
Date:   Tue, 12 Jan 2021 04:03:59 +0530

Fixed a mistake in the markdown syntax

Diffstat:
Mst.suckless.org/patches/gradient/index.md | 16+++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)

diff --git 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