7 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| sketchybar --add item calendar right \
 | |
|            --set calendar icon=  \
 | |
|                           update_freq=30 \
 | |
|                           script="$PLUGIN_DIR/calendar.sh"
 |