* Updated README
Added explanation for missing parameters (background, title and image)
* Implemented changable icons for AppleScriptTouchBarItem
AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme
* Fixed#312
Fixed bug that margin is lost on all elements
Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
* Updated README
Added explanation for missing parameters (background, title and image)
* Implemented changable icons for AppleScriptTouchBarItem
AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme
* Implemented custom swipe actions
Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>