summaryrefslogtreecommitdiff
path: root/TERM
blob: 03ca6b7724e94e36465f713126b8fc2eedb0bac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if [ "$(xlsatoms -name AMIWM_SCREEN 2> /dev/null)" ] ; then
    FG=black
    BG=gray75
    TITLE=Terminal
    SIZE=80x35
    #FONT="-fn -commodore-topaz2 double 1h-medium-r-normal--16--96-96-m-70-winsys-1"
    FONT="-fn -commodore-topaz2 normal-medium-r-normal--18--96-96-m-70-winsys-1"

else
    FG=white
    BG=black
    TITLE=xterm
    SIZE=80x40
    #FONT="-fn -misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
    FONT=""
fi

xterm -vb -bg $BG -fg $FG -cr red -sb -sl 10000 -sk -si -geom $SIZE \
	$FONT -n "$TITLE" -title "$TITLE" &