sites

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

index.md (707B)


      1 Multi Shapes
      2 ============
      3 
      4 Description
      5 -----------
      6 The same as the [Squares patch](../squares/), but will render a shape for each character in the input.
      7 
      8 > Instead of changing the color of the entire screen to indicate the current lock
      9 > state, draw centered squares on each monitor and change the square colors.
     10 > 
     11 > This patch requires xrandr to be active and otherwise defaults to the original
     12 > slock behavior.
     13 
     14 Config
     15 ------
     16 * `squareshape`: `0` for squares `1` for circles
     17 * `squaresize`: The size of the shapes in px
     18 * `squaregap`: The gap between the shapes
     19 
     20 Download
     21 --------
     22 * [slock-multi-shapes-1.5.diff](slock-multi-shapes-1.5.diff)
     23 
     24 Authors
     25 -------
     26 * Alexander Nortung <alex_nortung@live.dk>