From d58d5d7a130bf6d5e419ea1357c02b3397ff26f6 Mon Sep 17 00:00:00 2001 From: lucashemi Date: Wed, 7 Dec 2022 17:21:02 -0300 Subject: update --- .local/bin/volume | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.local/bin/volume') 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 -- cgit v1.2.3-18-g5258