mirror of
				https://github.com/Dejvino/pinephone-sway-poc.git
				synced 2025-10-30 18:15:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| pptk-led set red 1
 | |
| pptk-cpu-sleep enable
 | |
| 
 | |
| # save current backlight for wakeup
 | |
| pptk-backlight get > ~/.backlight
 | |
| # shut down backlight
 | |
| pptk-backlight set 0
 | |
| 
 |