From 15ffdbb9ef085c69a0ec62b3469b28ca8065aab2 Mon Sep 17 00:00:00 2001 From: Alex Mazanov Date: Sun, 16 Jan 2022 15:07:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1c0cf7..72efe68 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ When running a plugin, SwiftBar sets the following environment variables: | `SWIFTBAR_BUILD` | The running SwiftBar build number (`CFBundleVersion`) | | `SWIFTBAR_PLUGINS_PATH` | The path to the `Plugin Folder` | | `SWIFTBAR_PLUGIN_PATH` | The path to the running plugin | +| `SWIFTBAR_PLUGIN_CACHE_PATH` | The cache to data folder, individual per plugin | +| `SWIFTBAR_PLUGIN_DATA_PATH` | The path to data folder, individual per plugin | | `OS_APPEARANCE` | Current macOS appearance (`Light` or `Dark`) | | `OS_VERSION_MAJOR` | The first part of the macOS version (e.g., `11` for macOS 11.0.1). | | `OS_VERSION_MINOR` | The second part of the macOS version (e.g., `0` for macOS 11.0.1). |