7 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
sketchybar --add item battery right \
 | 
						|
           --set battery update_freq=120 \
 | 
						|
                         script="$PLUGIN_DIR/battery.sh" \
 | 
						|
           --subscribe battery system_woke power_source_change
 |