From 5285014fb226ffc8431d26f60f6419687f662dbb Mon Sep 17 00:00:00 2001 From: ming Date: Sat, 28 Mar 2026 13:25:02 +0100 Subject: [PATCH 1/2] Add Redline Monitor plugin --- catalogue.json | 7 +++++++ icons/com.kahikara.opendeck-redline.sdplugin.png | Bin 0 -> 445 bytes 2 files changed, 7 insertions(+) create mode 100644 icons/com.kahikara.opendeck-redline.sdplugin.png diff --git a/catalogue.json b/catalogue.json index 60b2ce3..4008001 100644 --- a/catalogue.json +++ b/catalogue.json @@ -1088,5 +1088,12 @@ "author": "Zoran Stefanovic", "repository": "https://github.com/zoran-stefanovic/SteamScroll", "description": "Plugin for Elgato Stream Deck + to scroll through installed Steam games and launch them" + }, + "com.kahikara.opendeck-redline.sdplugin": { + "name": "Redline Monitor", + "author": "Ming", + "repository": "https://github.com/kahikara/opendeck-redline-monitor", + "download_url": "https://github.com/kahikara/opendeck-redline-monitor/releases/latest", + "description": "An OpenDeck plugin for AMD focused Linux monitoring" } } diff --git a/icons/com.kahikara.opendeck-redline.sdplugin.png b/icons/com.kahikara.opendeck-redline.sdplugin.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd9f473db439a4c318c57480f06cff0392d5529 GIT binary patch literal 445 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q4M;wBd$farfw9HY#WAGf*4sN9IU5WZTrTP; zvTX9xT3+OkUeNl*tdQN3KN&kOkw>^V_kww6Ps>GD+FLJyPi=i%o zxr18VqQd1@A)bea1~`CNCa_EZdD{aRW*8y%^0IBk`GC@--Ti_LK;Y@>=d#Wzp$P!5 CJy-1j literal 0 HcmV?d00001 From d2f9b9f101834881367109c939eeeb70229d3104 Mon Sep 17 00:00:00 2001 From: ming Date: Sat, 28 Mar 2026 16:09:15 +0100 Subject: [PATCH 2/2] Fix Redline Monitor registry entry --- catalogue.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/catalogue.json b/catalogue.json index 4008001..57cfc81 100644 --- a/catalogue.json +++ b/catalogue.json @@ -41,6 +41,12 @@ "repository": "https://github.com/Havner/uinput-simulation", "description": "Simple plugin for nekename/OpenDeck with uinput keyboard + mouse simulation" }, + "com.kahikara.opendeck-redline.sdplugin": { + "name": "Redline Monitor", + "author": "Ming", + "repository": "https://github.com/kahikara/opendeck-redline-monitor", + "description": "A high-performance System Information dashboard for Stream Deck on Linux. Features real-time CPU/GPU monitoring (AMD focus), intelligent disk aggregation, and encoder-based system controls." + }, "com.victormarin.graphs": { "name": "Graphs", "author": "Victor Marin", @@ -1088,12 +1094,5 @@ "author": "Zoran Stefanovic", "repository": "https://github.com/zoran-stefanovic/SteamScroll", "description": "Plugin for Elgato Stream Deck + to scroll through installed Steam games and launch them" - }, - "com.kahikara.opendeck-redline.sdplugin": { - "name": "Redline Monitor", - "author": "Ming", - "repository": "https://github.com/kahikara/opendeck-redline-monitor", - "download_url": "https://github.com/kahikara/opendeck-redline-monitor/releases/latest", - "description": "An OpenDeck plugin for AMD focused Linux monitoring" } }