summaryrefslogtreecommitdiff
path: root/.local/bin/volume
diff options
context:
space:
mode:
authorlucashemi <lucasxberger@gmail.com>2022-12-07 17:21:02 -0300
committerlucashemi <lucasxberger@gmail.com>2022-12-07 17:21:02 -0300
commitd58d5d7a130bf6d5e419ea1357c02b3397ff26f6 (patch)
tree5e1d1e900d3abc1d180075ca440f356764dc6aec /.local/bin/volume
parent65858adf95cb8427532f636fe014ee317be57f9d (diff)
update
Diffstat (limited to '.local/bin/volume')
-rwxr-xr-x.local/bin/volume6
1 files changed, 1 insertions, 5 deletions
diff --git a/.local/bin/volume b/.local/bin/volume
index e9d43c8..2b013bf 100755
--- a/.local/bin/volume
+++ b/.local/bin/volume
@@ -17,12 +17,8 @@ esac
vol="$(pamixer --get-volume)"
-if [ "$vol" -gt "70" ]; then
- icon="🔊 "
-elif [ "$vol" -gt "30" ]; then
+if [ "$vol" -gt "0" ]; then
icon=" "
-elif [ "$vol" -gt "0" ]; then
- icon="🔈 "
else
echo ïš© && exit
fi