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