Refactor scripts to be POSIX compliant
This commit is contained in:
@@ -18,7 +18,7 @@ split() {
|
||||
|
||||
vol="$(printf "%.0f" "$(split "$vol" ".")")"
|
||||
|
||||
case 1 in
|
||||
case $1 in
|
||||
$((vol >= 70))) icon=" " ;;
|
||||
$((vol >= 30))) icon=" " ;;
|
||||
$((vol >= 1))) icon=" " ;;
|
||||
|
||||
Reference in New Issue
Block a user