This Stream Deck plugin displays the current memory usage of your system. It is designed to provide real-time updates on your Stream Deck device, allowing you to monitor your system's RAM usage at a glance.
- Real-time RAM usage display
- Easy to install and configure
- Customizable icon and title font
- Download the latest release from the Releases page.
- Open the downloaded
.streamDeckPlugin
file with the Stream Deck application.
- Open the Stream Deck application.
- Find the "RAM" category in the actions list.
- Drag the "Memory usage" action to a key on your Stream Deck.
To build and package the plugin from source using CMake, follow these steps:
-
Clone the repository:
git clone /~https://github.com/dirondin/streamdeck-ram.git cd streamdeck-ram
-
Configure the project using CMake:
cmake -S . -B build
-
Build the project:
cmake --build build
-
Deploy the unpacked plugin in the
build
directory:cmake --build build --target deploy
-
Validate and package the plugin with Elgato CLI tools (requires installed Node.js) in the
build
directory:cmake --build build --target plugin-validate cmake --build build --target plugin-pack
-
OPTIONAL: To install the plugin directly to the StreamDeck plugins folder, use the following steps:
cmake -S . -B build -D SET_INSTALL_PREFIX_TO_STREAMDECK_PLUGIN_DIR=ON cmake --build build --target install
This will generate a .streamDeckPlugin
file in the build
directory, which you can then install by following the installation instructions above.
This plugin is based on the Elgato CPU plugin and StreamDeckSDK.
If you encounter any issues or have any questions, please open an issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.