1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-26 13:18:35 -06:00

Code formatting

This commit is contained in:
Sayantan Santra 2022-07-24 21:04:55 -05:00
parent ca6d60708c
commit b21fc6a056

View file

@ -34,7 +34,7 @@ if [ $sun_status == "DAY" ]; then
target=$high target=$high
else else
target=$low target=$low
fi fi
ddcutil setvcp 10 $target ddcutil setvcp 10 $target
echo "Monitor brightness set to $target%, since it's $(echo $sun_status | tr '[:upper:]' '[:lower:]') time" echo "Monitor brightness set to $target%, since it's $(echo $sun_status | tr '[:upper:]' '[:lower:]') time"