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