aboutsummaryrefslogtreecommitdiff
path: root/.scripts/leds
blob: fd0e53c655f891829cd44986d891c1e2f6ae6032 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

#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