matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
https://xbarapp.com
MIT License
17.52k stars 643 forks source link

Config option for custom PATH to Plugin Directory? #894

Open ventz opened 1 year ago

ventz commented 1 year ago

Hi - would it be possible to add a config option for a custom PATH to the plugin directory/override/config, similar to BitBar?

This allows one to keep their plugins under version control/at a local directory that won't get blown away when migrating to a different system.

3aa49ec6bfc910647fa1c5a013e48eef commented 1 year ago

You can store in iCloud by using:

mkdir -p ~/Library/Mobile\ Documents/com~apple~CloudDocs/xbar/plugins
rm -rf ~/Library/Application\ Support/xbar/plugins
ln -s ~/Library/Mobile\ Documents/com~apple~CloudDocs/xbar/plugins ~/Library/Application\ Support/xbar/plugins