diff --git a/wms_usher.sh b/wms_usher.sh index 93abf2f..a2e18d6 100755 --- a/wms_usher.sh +++ b/wms_usher.sh @@ -36,6 +36,7 @@ north() { y=0 w=$SW h=$((SH / 2 - BW)) + wtp $x $y $w $h $FW } # half south value @@ -44,6 +45,7 @@ south() { y=$((SH / 2 + BW)) w=$SW h=$((SH / 2 - BW)) + wtp $x $y $w $h $FW } # half est value @@ -52,6 +54,7 @@ est() { y=0 w=$((SW / 2 - BW)) h=$SH + wtp $x $y $w $h $FW } # half west value @@ -60,6 +63,7 @@ west() { y=0 w=$((SW / 2 - BW)) h=$SH + wtp $x $y $w $h $FW } # centered function. @@ -108,19 +112,15 @@ case $FLAG in ;; -n) north - wtp $x $y $w $h $FW ;; -s) south - wtp $x $y $w $h $FW ;; -e) est - wtp $x $y $w $h $FW ;; -o) west - wtp $x $y $w $h $FW ;; -r) # rigth wmv 10 0 $FW