changed volume icons

This commit is contained in:
mintycube 2024-05-16 21:30:10 +05:00
parent 7cc1e58145
commit 229deda371

View File

@ -30,9 +30,9 @@ split() {
vol="$(printf "%.0f" "$(split "$vol" ".")")"
case 1 in
$((vol >= 70)) ) icon="󰎈 " ;;
$((vol >= 70)) ) icon="󰝚 " ;;
$((vol >= 30)) ) icon="󰎈 " ;;
$((vol >= 1)) ) icon="󰎈 " ;;
$((vol >= 1)) ) icon="󰎋 " ;;
* ) echo  && exit ;;
esac