Search Criteria
Package Details: deckmaster-git r168.3e87251-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/deckmaster-git.git (read-only, click to copy) |
---|---|
Package Base: | deckmaster-git |
Description: | An application to control your Elgato Stream Deck |
Upstream URL: | https://github.com/muesli/deckmaster |
Licenses: | MIT |
Conflicts: | deckmaster |
Provides: | deckmaster |
Submitter: | muesli |
Maintainer: | muesli |
Last Packager: | muesli |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-10 16:23 (UTC) |
Last Updated: | 2022-01-11 19:31 (UTC) |
Dependencies (3)
- ttf-roboto (ttf-roboto-fontconfigAUR, ttf-roboto-variableAUR, ttf-google-fonts-typewolfAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
jcf commented on 2021-03-05 19:45 (UTC) (edited on 2021-03-05 19:45 (UTC) by jcf)
Thanks for sharing this package, muesli! I wanted to automate some of the setup described in the README over on GitHub so added a few bells and whistles, which I've converted into a patch below.
With this you get udev rules (that I've tested with my Stream Deck at least), and systemd units you can start instantiated like so:
You can pass in the name of the symlink between the
@
and.path
. I'm keeping my deckmaster configuration in~/.config/deckmaster
, and the systemd units will look for a file that matches the symlink. In my case that means loading~/.config/deckmaster/streamdeck.deck
.I noticed an error when I initially started things as I was missing
ttf-roboto
, so I've added that to the package dependencies too.Thanks again for your awesome work. I'm looking at fancy icons on my desk right now thanks to you!