commit f7ad234e5564cb0dd850cf1faaae1fe4549fa4b9 parent b73e4eae146f253bc0944c9746cde96e80f2debb Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 12 Dec 2024 12:53:42 +0100 fix backlight script Diffstat:
xbl | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xbl b/xbl @@ -4,10 +4,10 @@ PERCENTAGE="$1" -xbacklight -steps 1 -time 0 -set "$PERCENTAGE" 2>/dev/null -if [ $? -eq 0 ]; then - exit 0 -fi +# xbacklight -steps 1 -time 0 -set "$PERCENTAGE" 2>/dev/null +# if [ $? -eq 0 ]; then +# exit 0 +# fi # do things differently ls /sys/devices/pci*/**/intel_backlight/brightness | while read l