c23bfc5a82
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
7 lines
169 B
Text
Executable file
7 lines
169 B
Text
Executable file
colour="$1"
|
|
|
|
OPTS="-title `basename $0` -trsb -tr -sh 100 -fg white -bg black -fade 50 -bw 0 +sb -sl 1000 -ls"
|
|
|
|
[ "$colour" ] && OPTS="$OPTS -tint $colour"
|
|
|
|
aterm $OPTS
|