This commit is contained in:
sawebb19 2022-12-28 16:44:03 -05:00
commit 6e5095f3cf
35 changed files with 453 additions and 0 deletions

8
blt.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
if [[ $(brightnessctl -d dell::kbd_backlight get) -eq 1 ]]
then
brightnessctl -d dell::kbd_backlight set 0
else
brightnessctl -d dell::kbd_backlight set 1
fi