6 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
 | 
						|
grim -g "$(slurp -c bd93f9 -p)" -t ppm - \
 | 
						|
  | convert - -format '%[pixel:p{0,0}]' txt:- \
 | 
						|
  | grep -o '#[0-9A-F]\{6\}' \
 | 
						|
  | wl-copy -n
 |