commit 056d219aaa71de754eeb2a904af72987cbd63df3
parent 79547e9d63b7d94ded96c2027cccd6aba12f6008
Author: Son Phan Trung <phantrungson17@gmail.com>
Date: Tue, 12 Mar 2024 18:33:25 +0700
slstatus/patches/backlight: minor index changes
Whoops, I forgot to edit the stuffs after adding FBSD support.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools.suckless.org/slstatus/patches/backlight/index.md b/tools.suckless.org/slstatus/patches/backlight/index.md
@@ -6,7 +6,6 @@ Description
This diff adds a backlight component to slstatus. It displays
backlight percentages. On OpenBSD device permissions have to be
adapted or slstatus has to be run as root (strongly discouraged!).
-FreeBSD is currently not supported, anyone may add it here.
It was previously denied, because the backlight percentage can be
literally "seen" when looking at a screen, and porting it is not
@@ -15,7 +14,9 @@ possible without dirty hacks.
Download
--------
* [slstatus-backlight-4bd78c9.diff](slstatus-backlight-4bd78c9.diff)
+
Updated patch, with FreeBSD support:
+
* [slstatus-backlight-20240127-f68f492.diff](slstatus-backlight-20240127-f68f492.diff)
Authors