From 1acffbaf95d339dacd1f7d5f76388908b259d4d8 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier Date: Wed, 2 Mar 2022 18:10:45 +0000 Subject: [PATCH] Update README.md Add comment about plugin positioning. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2af267b..ecde488 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Duration modifiers: Example filename: `date.1m.sh` +Whether you are using a plugin from the plugin repository, or creating your own, plugins will initially appear in the menu bar in no pre-determined order. However, you can reorder how they appear by holding down Cmd and dragging them (this process can sometimes also be used on some other non-SwiftBar icons in the menu bar too). Plugin position will be remembered unless you change the name of the plugin file, in which case they'll need to be re-positioned again. + ## Plugin API Plugin is an executable script in the language of your choice. When SwiftBar detects a new file in `Plugin Folder` it makes this file executable if needed and runs it.