From a780b45d8ee8d9ab74861484a8df1eae848d7ace Mon Sep 17 00:00:00 2001 From: Alex Mazanov Date: Sat, 2 Jan 2021 11:31:33 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 701a1d8..29e4776 100644 --- a/README.md +++ b/README.md @@ -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: + +``` +01,16,31,46 * * * * +``` ## 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.