From ccb923d35c644997bb02f10e6ca98d5e89f4da9f Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Sat, 16 Sep 2017 01:19:45 +0300 Subject: [PATCH] I don't use this, and it wasn't working. Seems very duplicated. --- amigaterm3.sh | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 amigaterm3.sh diff --git a/amigaterm3.sh b/amigaterm3.sh deleted file mode 100644 index a78c8b6..0000000 --- a/amigaterm3.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/zsh -# help shit -if [[ $1 == '-h' ]]; then - echo Help: $0 fontsize tintcolor fadepercent fadecolor cursorcolor extrashit -else -#TP="xft:TopazPlus a600a1200a4000-$1" - TP="xft:TopazPlus a600a1200a4000-$1:antialias=false" - PN="xft:P0T\-NOoDLE-$1" - MS="xft:mOsOul-$1" - MK="xft:Microknight-$1" - TINTCOLOR=$2 - FADEPERCENT=$3 - FADECOLOR=$4 - CURSORCOLOR=$5 -# get rid of these arguments so we can do the rest at the end - shift 5 -echo urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \ - -tint "$TINTCOLOR" -fade "$FADEPERCENT" \ - -fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \ - -rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@ - - urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \ - -tint "$TINTCOLOR" -fade "$FADEPERCENT" \ - -fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \ - -rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@ - - if [[ $? != 0 ]]; then - urxvtd -f -o - urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \ - -tint "$TINTCOLOR" -fade "$FADEPERCENT" \ - -fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \ - -rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@ - fi -fi