Gradient
Description
This patch adds an alpha gradient to st.
- It requires the alpha patch, i.e. apply it before applying this
- Apply the patch to st's source code, and replace config.h with config.def.h before building the source
- 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
- It is possible to invert the gradient by uncommenting the invert gradient code in x.c
Download
Author
- Sarthak Shah : shahsarthakw at gmail.com