Merge branch 'LukeSmithxyz:master' into patch-4

This commit is contained in:
krisdoodle45
2022-02-17 18:13:14 +01:00
committed by GitHub
19 changed files with 398 additions and 383 deletions

View File

@@ -19,10 +19,12 @@ vol="$(pamixer --get-volume)"
if [ "$vol" -gt "70" ]; then
icon="🔊"
elif [ "$vol" -lt "30" ]; then
elif [ "$vol" -gt "30" ]; then
icon="🔉"
elif [ "$vol" -gt "0" ]; then
icon="🔈"
else
icon="🔉"
echo 🔇 && exit
fi
echo "$icon$vol%"