About this fork
This is a fork of StreamThingy adapted for larger DeskThing clients — tablets, Amazon Echo Show devices, and anything bigger than the Car Thing's 800×480 display, where the original's fixed 100px 5×3 grid only fills part of the screen. It adds:
- Three layout options: the default 5×3 grid, a 5×3 grid scaled to fill the display, and a 7×5 grid with 35 buttons (the original 15 stay centred and unchanged; the new 20 fill the outer ring clockwise from the top-left).
cmdactions with arguments.- New action types:
key(global keystroke),url, anddt(fires DeskThing actions, e.g.dt,server,playordt,discord,mute).- Windows support alongside Linux.
Use your Spotify Car Thing similar to the base functionality of a StreamDeck within Desk Thing.
This app has only been tested on Arch Linux with Wayland. Mileage may vary on other distributions or operating systems
This fork has only been tested on Windows. macOS is untested and is not listed as a supported platform.
Module Icons are loaded via URLs. If one fails to load, it may be unable to render on the Desk Thing.
Action format goes as follows
type,action
| cmd | (planned) key |
|---|---|
| Runs a command | Presses a keybind |
| cmd,/usr/bin/firefox | key,control+v |
for CMD, parameters will not function correctly. If a program requires parameters, create a shell script and execute it with a CMD action.
