index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (796B) | |
--- | |
1 backlight | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 This diff adds a backlight component to slstatus. It displays | |
7 backlight percentages. On OpenBSD device permissions have to be | |
8 adapted or slstatus has to be run as root (strongly discouraged!). | |
9 | |
10 It was previously denied, because the backlight percentage can be | |
11 literally "seen" when looking at a screen, and porting it is not | |
12 possible without dirty hacks. | |
13 | |
14 Download | |
15 -------- | |
16 * [slstatus-backlight-4bd78c9.diff](slstatus-backlight-4bd78c9.diff) | |
17 | |
18 Updated patch, with FreeBSD support: | |
19 | |
20 * [slstatus-backlight-20240127-f68f492.diff](slstatus-backlight-20240127… | |
21 | |
22 Authors | |
23 ------- | |
24 * Tobias Tschinkowitz <[email protected]> | |
25 * David Demelier <[email protected]> | |
26 * drkhsh <[email protected]> | |
27 * Son Phan Trung <[email protected]> (FreeBSD support) |