| 
									
										
										
										
											2021-10-01 19:32:53 +02:00
										 |  |  | #!/bin/sh | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:54:46 +02:00
										 |  |  | . "${HOME}/.cache/wal/colors.sh" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | filename="${HOME}/Pictures/screenshots/$(date -u +"%Y-%m-%d%H%M%S")-screenshot.png" | 
					
						
							|  |  |  | selection=$(hacksaw -f "-i %i -g %g" --colour $color4) | 
					
						
							| 
									
										
										
										
											2022-04-09 15:50:46 +02:00
										 |  |  | shotgun $selection $filename | 
					
						
							|  |  |  | xclip -t 'image/png' -selection clipboard < $filename |