summaryrefslogtreecommitdiff
path: root/.local/bin/volume
diff options
context:
space:
mode:
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