Loads of stuff which has changed or needed updating.

This commit is contained in:
Sir Not Appearing In This Name 2015-11-12 21:59:21 +02:00
parent ba10801e76
commit 21ba84fcd4
13 changed files with 137 additions and 146 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh
COLORS=("dodgerblue" "chartreuse" "aliceblue" "forestgreen" "burlywood" "dark goldenrod" "indian red" "firebrick" "Gainsboro" "Misty Rose" "Peach Puff" "Seashell" "Slate Gray" "Tan" "Tomato")
DACOLN=$(( $RANDOM % ${#COLORS} ))
DACOL=${COLORS[$DACOLN]}
@ -13,4 +13,4 @@ DASHP=$(( $DASHP + 10 ))
#DAFADE=$(( $DAFADE + 50 ))
#Help: /home/andrew/bin//amigaterm2.sh fontsize tintcolor fadepercent fadecolor cursorcolor extrashit
~/bin/amigaterm2.sh 12 "$DACOL" "$DAFADE" "$DAFCOL" green -sh "$DASHP" "$@"
~/bin/amigaterm2.sh 12 "$DACOL" "$DAFADE" "$DAFCOL" green -sh "$DASHP" -pe selection-to-clipboard "$@"