mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
7 lines
193 B
Bash
7 lines
193 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sketchybar --add item calendar right \
|
||
|
--set calendar icon= \
|
||
|
update_freq=30 \
|
||
|
script="$PLUGIN_DIR/calendar.sh"
|