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
9b.sh Executable file
View 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