11 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| osd_cat --pos=bottom \
 | |
|         --offset=220 \
 | |
|         --align=right \
 | |
|         --indent=0 \
 | |
|         --font="-*-terminus-bold-r-normal-*-38-*-*-*-*-*-*-*" \
 | |
|         --colour="#FF6A00" \
 | |
|         --age=0 \
 | |
|         --outline=2 \
 | |
|         --text="$1"
 | 
