scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
8
9b.sh
Executable file
8
9b.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $(brightnessctl -d intel_backlight get) -le 1200 ]
|
||||
then
|
||||
brightnessctl -d intel_backlight set 10%
|
||||
else
|
||||
brightnessctl -d intel_backlight set +10%
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue