index.md (991B)
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-f68f492.diff) 21 22 Same patch as the above but fixes a file descriptor leak for 23 OpenBSD and FreeBSD. 24 25 * [slstatus-backlight-20260703-86133eb.diff](slstatus-backlight-20260703-86133eb.diff) 26 27 Authors 28 ------- 29 * Tobias Tschinkowitz <he4d@posteo.de> 30 * David Demelier <markand@malikania.fr> 31 * drkhsh <me@drkhsh.at> 32 * Son Phan Trung <phantrungson17@gmail.com> (FreeBSD support) 33 * c2ny <c2ny@proton.me>