sites

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

index.md (485B)


      1 Squares
      2 =======
      3 
      4 Description
      5 -----------
      6 Instead of changing the color of the entire screen to indicate the current lock
      7 state, draw centered squares on each monitor and change the square colors.
      8 
      9 This patch requires xrandr to be active and otherwise defaults to the original
     10 slock behavior.
     11 
     12 Use `squaresize` in `config.def.h` to set the size of the square (in px).
     13 
     14 Download
     15 --------
     16 * [slock-squares-1.5.diff](slock-squares-1.5.diff)
     17 
     18 Authors
     19 -------
     20 * bsuth - <bsuth701@gmail.com>