7 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
awesome-client "naughty.destroy_all_notifications()"
 | 
						|
pamixer --allow-boost -d 5
 | 
						|
pw-play /run/current-system/sw/share/sounds/freedesktop/stereo/audio-volume-change.oga
 | 
						|
volume=$(pulsemixer --get-volume | awk '{print $1}')
 | 
						|
notify-send $volume
 |