7 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| if ! pgrep -x awesome; then
 | |
| 	sleep 2
 | |
| 	exit 1
 | |
| fi
 | |
| export DISPLAY=:0
 | |
| exec kdeconnect-indicator
 | 
