mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
changed volume icons
This commit is contained in:
parent
7cc1e58145
commit
229deda371
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user