diff options
Diffstat (limited to 'ratpoison/volind')
-rwxr-xr-x | ratpoison/volind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/volind b/ratpoison/volind index 3444201..c562ef6 100755 --- a/ratpoison/volind +++ b/ratpoison/volind @@ -4,7 +4,7 @@ bottom=`echo $volm | awk '{print int($1 * 0.2 + 0.5)}'` top=$((20-$bottom)) if [[ "$volm" -eq "100" ]]; then - let volm=M+ + let volm=99 fi |