Update README.md

This commit is contained in:
Alex Mazanov 2021-01-02 11:31:33 -05:00 committed by GitHub
parent f4ce13db80
commit a780b45d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,13 @@ SwiftBar supports these optional metadata flags to hide default menu items:
Option+Click will show all items:
![SwiftBar](https://user-images.githubusercontent.com/222100/101261866-267e2780-3708-11eb-9042-a57ad0ac6c78.gif)
#### Refresh schedule
A special tag can be used as an alternative to refresh interval defined in plugin's [name](#plugin-naming), value adopts Cron syntax:
```
<swiftbar.schedule>01,16,31,46 * * * *</swiftbar.schedule>
```
## URL Scheme
| Endpoint | Parameter | Description | Example |
@ -216,5 +223,6 @@ SwiftBar uses these open source libraries:
* [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin)
* [Sparkle](https://github.com/sparkle-project/Sparkle)
* [ShellOut](https://github.com/JohnSundell/ShellOut)
* [SwiftCron](https://github.com/MihaelIsaev/SwifCron)
To freeze and secure dependencies these libraries are forked to SwiftBar organization.