summaryrefslogtreecommitdiffstats
path: root/.local/bin/ledsoff
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-08-25 17:55:32 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-09-18 12:39:47 +0200
commit159003fd48ef797dc9ef9d52fc753bec8d8ff72b (patch)
treeff542e87318854a46c93a73d3d1ce202929a1947 /.local/bin/ledsoff
parentafb499d81dc22ccc00fbd999862360a3e6f16cdb (diff)
downloaddotfiles-159003fd48ef797dc9ef9d52fc753bec8d8ff72b.tar.zst
configx1
Diffstat (limited to '.local/bin/ledsoff')
-rwxr-xr-x.local/bin/ledsoff7
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/ledsoff b/.local/bin/ledsoff
new file mode 100755
index 0000000..64b5a2a
--- /dev/null
+++ b/.local/bin/ledsoff
@@ -0,0 +1,7 @@
+#!/usr/bin/bash
+
+brightnessctl -q -d 'platform::mute' set 0
+brightnessctl -q -d 'platform::micmute' set 0
+brightnessctl -q -d 'tpacpi::power' set 0
+brightnessctl -q -d 'tpacpi::lid_logo_dot' set 0
+brightnessctl -q -d 'tpacpi::kbd_backlight' set 0