aboutsummaryrefslogtreecommitdiff
path: root/.scripts/leds
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/leds')
-rwxr-xr-x.scripts/leds8
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