mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Code formatting
This commit is contained in:
parent
ca6d60708c
commit
b21fc6a056
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue