From 533effc75477c518e87311b5927183d51aec5b71 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Jan 2023 21:31:14 +0100 Subject: Sync --- .scripts/leds | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.scripts/leds') diff --git a/.scripts/leds b/.scripts/leds index 38015ef..fd0e53c 100755 --- a/.scripts/leds +++ b/.scripts/leds @@ -1,4 +1,8 @@ #!/bin/sh -echo 0 | sudo tee -a /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness &>/dev/null -echo 0 | sudo tee -a /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:lid_logo_dot/brightness &>/dev/null +#echo 0 | sudo tee -a /sys/class/leds/tpacpi\:\:power/brightness & >/dev/null + +echo 0 | sudo tee -a /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness & +>/dev/null +echo 0 | sudo tee -a /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:lid_logo_dot/brightness & +>/dev/null -- cgit v1.2.3