index.md - sites - public wiki contents of suckless.org
HTML git clone git://git.suckless.org/sites
DIR Log
DIR Files
DIR Refs
---
index.md (773B)
---
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 Apply the following patch on top of the previous one to ensure that the number
19 of squares matches the length of your current input for responsive behavior.
20
21 * [slock-squares-password-1.5.diff](slock-squares-password-1.5.diff)
22
23 Authors
24 -------
25 * bsuth - <bsuth701@gmail.com>
26 * Jack Avery - <jack.avery.business@gmail.com> (input patch)