diff options
Diffstat (limited to 'ratpoison')
-rwxr-xr-x | ratpoison/volind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/volind b/ratpoison/volind index c562ef6..3444201 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=99 + let volm=M+ fi |