Skip to content
New issue

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

Indicate when microphone is in use #12

Open
idashevskii opened this issue Mar 22, 2022 · 3 comments
Open

Indicate when microphone is in use #12

idashevskii opened this issue Mar 22, 2022 · 3 comments

Comments

@idashevskii
Copy link

It would be great to indicate when microphone in use by one of application. Such feature is built in KDE.
This can be very helpful to know if some of your apps still record your voice to avoid unexpected recordings.

Suggestion: change color of microphone icon to red when mic in use.

@brunobmello25
Copy link

maybe the usage color could be configured as an argument in the cli

something like:

mictray --usage-color=#ff0000

@idashevskii
Copy link
Author

maybe the usage color could be configured as an argument in the cli

something like:

mictray --usage-color=#ff0000

In this way, I guess, it will require to write some kind of "coloring algorithm" to colorize the icon in specified color.
I guess it could be an extra improving feature

@peter-lyons-kehl
Copy link

https://github.com/wbolster/nothing-to-say = https://extensions.gnome.org/extension/1113/nothing-to-say/ works for me (on GNOME 45.4, X11, Manjaro). It picks up mute events from GNOME "Settings" app, and also from dbus-send --dest=app.junker.mictray --print-reply /app/junker/mictray app.junker.mictray.ToggleMute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants