|  | @@ -121,7 +121,7 @@ Feel free to make your own themes and submit a pull request to see if it can be
 | 
	
		
			
			| 121 | 121 |  help
 | 
	
		
			
			| 122 | 122 |  ----
 | 
	
		
			
			| 123 | 123 |  ```text
 | 
	
		
			
			| 124 |  | -slop v4.2.16
 | 
	
		
			
			|  | 124 | +slop v4.2.17
 | 
	
		
			
			| 125 | 125 |  
 | 
	
		
			
			| 126 | 126 |  Copyright (C) 2014 Dalton Nell, Slop Contributors
 | 
	
		
			
			| 127 | 127 |  (https://github.com/naelstrof/slop/graphs/contributors)
 | 
	
	
		
			
			|  | @@ -201,6 +201,12 @@ Examples
 | 
	
		
			
			| 201 | 201 |      $ # Classic Windows XP selection.
 | 
	
		
			
			| 202 | 202 |      $ slop -l -c 0.3,0.4,0.6,0.4
 | 
	
		
			
			| 203 | 203 |  
 | 
	
		
			
			|  | 204 | +    $ # Wiggle wiggle!
 | 
	
		
			
			|  | 205 | +    $ slop --opengl --shader wiggle
 | 
	
		
			
			|  | 206 | +
 | 
	
		
			
			|  | 207 | +    $ # Edgy textures or something.
 | 
	
		
			
			|  | 208 | +    $ slop --opengl --theme gothic
 | 
	
		
			
			|  | 209 | +
 | 
	
		
			
			| 204 | 210 |      $ # Change output format to use safer parsing
 | 
	
		
			
			| 205 | 211 |      $ slopoutput=$(slop -f "%x %y %w %h")
 | 
	
		
			
			| 206 | 212 |      $ X=$(echo $slopoutput | awk '{print $1}')
 |