Mic mute toggler

UUID: MuteToggler@jebeaudet.com
Last edited:
6 months ago 2022-11-06, 14:44
Last commit: [545a2d71] Fix typo (#4545)

Quickly toggle global microphone mute on and off.

README

Close

Linux Mint global microphone mute applet

How to install

Just clone this repository and copy the MuteToggler@jebeaudet.com folder to ~/.local/share/cinnamon/applets/ and restart Cinnamon (ALT+F2 -> r does that!). The applet should now be available in the Applets panel. Add it!

How to use

There are 2 ways to toggle the global microphone mute, click on the applet icon or bind a hotkey in the settings.

If the icon is green, you're not muted.

If the icon is red, you're muted globally!

How does it work

Under the hood, it uses the command amixer set Capture toggle to toggle between muted and unmuted. The command is triggered by the hotkey or by clicking on the applet. There's also a reconliation loop every second so if the command is executed from the shell directly, the applet will get in sync within the second to show you the real mute status.

Logs

Logs are located in the looking glass, ALT+F2 -> lg to access it.

Log In To Comment!

3 Comments

CSoellinger
CSoellinger-4 months ago
Really nice done :) Any plans to make the icons changeable? Cause i love the "black & white" icon style ;)
Gustavo Godoy
Gustavo Godoy-10 months ago
i like it!
LinuxOnTheDesktop
Nice. Thank you for making this - and with such nice icons too!