StreamController / DeckPlugin

GNU General Public License v3.0
1 stars 0 forks source link

Toggle button icon #5

Open zacekjakub opened 6 months ago

zacekjakub commented 6 months ago

Hello, I would like to change a button icon either with API or at least with toggle action after it calls some command, is that possible or a planned feature?

Thank you!

Core447 commented 6 months ago

Unfortunately this is currently not possible. The next app version will get states allowing you to have different states per key that you can change after the command. I might also add a way to change the state of buttons from external scripts through a command like flatpak run com.core447.StreamController --change-state DECK_SERIAL 0x0 2

zacekjakub commented 5 months ago

flatpak run com.core447.StreamController --change-state DECK_SERIAL 0x0 2

would be awesome, thank you! :)