index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (773B) | |
--- | |
1 Squares | |
2 ======= | |
3 | |
4 Description | |
5 ----------- | |
6 Instead of changing the color of the entire screen to indicate the curre… | |
7 state, draw centered squares on each monitor and change the square color… | |
8 | |
9 This patch requires xrandr to be active and otherwise defaults to the or… | |
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 … | |
19 of squares matches the length of your current input for responsive behav… | |
20 | |
21 * [slock-squares-password-1.5.diff](slock-squares-password-1.5.diff) | |
22 | |
23 Authors | |
24 ------- | |
25 * bsuth - <[email protected]> | |
26 * Jack Avery - <[email protected]> (input patch) |