diff options
author | Marvin Borner | 2023-01-19 21:31:14 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-19 21:31:14 +0100 |
commit | 533effc75477c518e87311b5927183d51aec5b71 (patch) | |
tree | 8b5836177763cdebd7dabcbe3b260c79e6a5c761 /.scripts/leds | |
parent | d74364f7c0638668850c713479ea50c523eb42a6 (diff) |
Sync
Diffstat (limited to '.scripts/leds')
-rwxr-xr-x | .scripts/leds | 8 |
1 files changed, 6 insertions, 2 deletions
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 |