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