deckmaster
deckmaster copied to clipboard
An application to control your Elgato Stream Deck on Linux
This is my attempt of implementing a Command which doesn't return a String but an Image. First time coding go, so this is most likely not how you're supposed to...
Not Sure if this is already possible with the layout property. But would it somehow be possible to dynamically set the newline when using the keys.widget.config.command functionality? For example: ```...
The XGB include breaks if you aren't running XWindows (i.e. running Wayland). There is a uinput go library that works for both Wayland and X11. I think the desktop code...
Hi, I wrote a widget for controlling Pulse Audio input clients. I talked to muesli and we decided to split up my commits to several smaller PRs. This is the...
Hi, I just recently discovered this project and really like it! I am mainly using it for controlling and monitoring, and it'd be great if the following was possible: ```...
I created a new widget to display and toggle the mute state of the default pulseaudio source. No idea if this is interesting for upstream as it's quite specific to...
Using `deckmaster_0.8.0_linux_amd64.deb` ``` jens@shaun-works:~$ deckmaster -version deckmaster: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by deckmaster) ``` However the latest one available on a regular Pop!OS (and maybe Ubuntu) stable is...
First time running after successfully building I got hit with an error: `cannot find font 'Roboto-Regular.ttf' in user or system directories`. This is easily fixable by downloading the Roboto font...
A new widget for our beloved streamdeck ~~I decided to not properly implement times that exceed 1 hour since the widget would have become to complex for the little space...
When placing the `device = "sleep"` action on the action_hold of a key, it doesn't work as it should. The device will "wake up" as soon as the key is...