display brightness

This commit is contained in:
ackman678
2019-02-06 19:02:54 -08:00
parent 2647169e26
commit 86e096061f

2
dim
View File

@@ -30,5 +30,5 @@ if [[ $newValue -le "0" ]]; then
exit 1
fi
sudo tee /sys/class/backlight/$backlightDriver/brightness <<< $newValue
tee /sys/class/backlight/$backlightDriver/brightness <<< $newValue