We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing scripts using headsetcontrol, it would be very practical having a flag which checks if there is a headset connected.
The text was updated successfully, but these errors were encountered:
Will be provided indirectly over #271 (Feel free to comment there for feedback)
Sorry, something went wrong.
Yeah but when writing stuff like bash scripts (e. g. for an i3 status bar module) it would be really convenient if you could do something like
if [ headsetcontrol --connected ] ; then
and it feels like it should exist.
Makes sense, will probably implement that and --count or so to check how many are connected (used for further use cases).
No branches or pull requests
Description
When writing scripts using headsetcontrol, it would be very practical having
a flag which checks if there is a headset connected.
The text was updated successfully, but these errors were encountered: