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 and plugin:
cmake --build build --target plugin
-
Validate and package the plugin with Elgato CLI tools:
npm i npm run validate nom run pack
This will generate a .streamDeckPlugin
file in the dist
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.