sites

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

index.md (576B)


      1 multi-image
      2 ===========
      3 
      4 Description
      5 -----------
      6 This patch allows for the use of images instead of colors
      7 
      8 Notes
      9 -----
     10 Specify images by replacing the color in `config.h` with the absolute path of the image,
     11 This can be used in conjunction with normal color values.
     12 
     13 This patch is based on the `background-image` patch and depends on `imlib2`
     14 Like `background-image` it renders each image per monitor so that they are all scaled properly.
     15 
     16 Download
     17 --------
     18 * [slock-multi-image-1.5.diff](slock-multi-image-1.5.diff)
     19 
     20 Authors
     21 -------
     22 * Drew Marino - <drewmarino25@gmail.com>