sites

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

index.md (683B)


      1 Gradient
      2 ========
      3 
      4 Description
      5 -----------
      6 This patch adds an alpha gradient to st.
      7 1.  It requires the alpha patch, i.e. apply it before applying this
      8 2. Apply the patch to st's source code, and replace config.h with config.def.h before building the source
      9 3. To customize, change the variables 'grad-alpha' and 'stat-alpha' in config.def.h
     10 Maximum alpha value: minimum of grad-alpha + stat-alpha and 1
     11 Minimum alpha value: minimum of stat-alpha and grad-alpha - 1
     12 4. It is possible to invert the gradient by uncommenting the invert gradient code in x.c
     13 
     14 Download
     15 --------
     16 * [st-gradient-0.8.4.diff](st-gradient-0.8.4.diff)
     17 
     18 Author
     19 ------
     20 * Sarthak Shah : shahsarthakw at gmail.com