aboutsummaryrefslogtreecommitdiff
path: root/.scripts/leds
diff options
context:
space:
mode:
authorMarvin Borner2023-01-19 21:31:14 +0100
committerMarvin Borner2023-01-19 21:31:14 +0100
commit533effc75477c518e87311b5927183d51aec5b71 (patch)
tree8b5836177763cdebd7dabcbe3b260c79e6a5c761 /.scripts/leds
parentd74364f7c0638668850c713479ea50c523eb42a6 (diff)
Sync
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