changes idk

This commit is contained in:
KoenDR06 2025-04-25 14:02:28 +02:00
parent 917c6d9c4a
commit 45e2fb7202
12 changed files with 70 additions and 37 deletions

View file

@ -7,7 +7,7 @@ if (( $volume == 0 )); then
exit 0
fi
if (( $volume < 20 )); then
if (( $volume < 50 )); then
echo 'images/sound-lo.svg'
exit 0
fi