This commit is contained in:
Xavier Moffett 2025-03-13 01:28:01 -04:00
parent a7d5799b6a
commit def2660876
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -104,7 +104,7 @@ adjust() {
op=$([[ "$1" == "up" ]] && echo "+" || echo "-")
delta="${2}%$op"
# We check the if the volume increment exceeds 100 and override
# We check if the volume increment exceeds 100 and override
# the delta if the bypass option has not been specified.
if [[ -z $3 ]] && [[ $(("$vol" "$op" "$2")) -gt 100 ]]; then
delta="100%"