modified: .config/qutebrowser/bookmarks/urls modified: .config/xprofile modified: .local/bin/statusbar/headset_connected
		
			
				
	
	
		
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
if pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"'; then
 | 
						|
	echo 🎧
 | 
						|
else
 | 
						|
	echo ""
 | 
						|
fi
 |