mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -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
|
||||
else
|
||||
target=$low
|
||||
fi
|
||||
fi
|
||||
|
||||
ddcutil setvcp 10 $target
|
||||
echo "Monitor brightness set to $target%, since it's $(echo $sun_status | tr '[:upper:]' '[:lower:]') time"
|
||||
|
|
Loading…
Reference in a new issue