Skip to content

This Stream Deck plugin displays the current memory usage of your system

License

Notifications You must be signed in to change notification settings

dirondin/streamdeck-ram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Deck RAM Usage Plugin

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.

screenshot

Features

  • Real-time RAM usage display
  • Easy to install and configure
  • Customizable icon and title font

Installation

  1. Download the latest release from the Releases page.
  2. Open the downloaded .streamDeckPlugin file with the Stream Deck application.

Usage

  1. Open the Stream Deck application.
  2. Find the "RAM" category in the actions list.
  3. Drag the "Memory usage" action to a key on your Stream Deck.

Building and Packaging

To build and package the plugin from source using CMake, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dirondin/streamdeck-ram.git
    cd streamdeck-ram
  2. Configure the project using CMake:

    cmake -S . -B build
  3. Build the project and plugin:

    cmake --build build --target plugin
  4. 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.

Based on

This plugin is based on the Elgato CPU plugin and StreamDeckSDK.

Support

If you encounter any issues or have any questions, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This Stream Deck plugin displays the current memory usage of your system

Resources

License

Stars

Watchers

Forks

Packages

No packages published