Conversation
| import subprocess | ||
| from albert import * | ||
|
|
||
| __title__ = "Pulseaudio cmd" |
|
|
||
| __title__ = "Pulseaudio cmd" | ||
| __version__ = "0.1.0" | ||
| __triggers__ = "pacmd " |
| __authors__ = "c4pQ" | ||
| __exec_deps__ = ['pacmd'] | ||
|
|
||
| iconPath = iconLookup('audio-headphones') |
There was a problem hiding this comment.
see https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/blob/master/pulseaudio-text.svg i dunno if we can expect that 'pulseaudio-text' is on every system but id rather use this one
There was a problem hiding this comment.
somehow didn't see it
and if think of this extension as of starting point for pulseaudio automation, this image is even better
|
Neat. But i dont see the need to be too narrow. This is basically a PA wrapper. I dont expect you to wrap the entire api. This could serve as a starting point for others who need futher functionality. |
|
Added requested changes |
|
0.18 is out. please check the new api https://github.com/albertlauncher/plugins/blob/master/python/README.md |
|
@c4pQ are you still interested in getting this plugin upstream? |
|
I'll close this one due to the conflicts. Note that this has no further implication for me but to be able to work with the PR section in this repo efficiently. It is quite exhausting to keep track of the few active PRs between dozens of stale PRs. Please reopen or open a new PR if you are ready to merge. |
No description provided.