scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
8
blt.sh
Executable file
8
blt.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue