diff --git a/catalogue.json b/catalogue.json index 60b2ce3..dbe9afa 100644 --- a/catalogue.json +++ b/catalogue.json @@ -53,6 +53,18 @@ "repository": "https://github.com/mdvictor/opendeck-volume-controller", "description": "A per-application volume control plugin for the Stream Deck using OpenDeck on Linux." }, + "info.degois.damien.opendeck.plugins.rotary-command": { + "name": "Rotary Generic Command", + "author": "babs", + "repository": "https://github.com/babs/opendeck-plugins-rotary-command", + "description": "Run custom shell commands on rotary encoder actions (CW, CCW, press, long press)" + }, + "info.degois.damien.opendeck.plugins.rotary-volume": { + "name": "Rotary Volume", + "author": "babs", + "repository": "https://github.com/babs/opendeck-plugins-rotary-volume", + "description": "Control audio volume and mute via rotary encoder using PipeWire/PulseAudio" + }, "st.lynx.plugins.opendeck-akp03": { "name": "Ajazz AKP03 / Mirabox N3", "author": "Andrey Viktorov", diff --git a/icons/info.degois.damien.opendeck.plugins.rotary-command.png b/icons/info.degois.damien.opendeck.plugins.rotary-command.png new file mode 100644 index 0000000..9b79542 Binary files /dev/null and b/icons/info.degois.damien.opendeck.plugins.rotary-command.png differ diff --git a/icons/info.degois.damien.opendeck.plugins.rotary-volume.png b/icons/info.degois.damien.opendeck.plugins.rotary-volume.png new file mode 100644 index 0000000..9b79542 Binary files /dev/null and b/icons/info.degois.damien.opendeck.plugins.rotary-volume.png differ