10 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
pidof wshowkeys && pkill wshowkeys ||
 | 
						|
exec wshowkeys \
 | 
						|
    -a bottom -a right \
 | 
						|
    -F 'Inter 20' \
 | 
						|
    -b 202020AA \
 | 
						|
    -s DD5050 \
 | 
						|
    -t 1 \
 | 
						|
    -m 100
 |