7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								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
							 |