Skip to content

sidneibjunior/microphone-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microphone AppIndicator for Ubuntu

This Appindicator allows you to see if the microphone is currently muted and also to mute or unmute it.

Preview

Microphone Indicator Preview

Running

To start the indicator just execute the python script:

python micindicator.py

Auto start application after login

  • run the gnome-session-properties command
  • Click Add
  • Pass the path of micindicator.py as command
  • Give the name you want

Changing the keyboard shortcut

To change the global keyboard shortcut used to mute / unmute the microphone change keystroke combination in keystr variable in micindicator.py script and run the application again:

keystr = "<Ctrl><Alt><Shift>M"

Credits

Icon made by Smashicons from www.flaticon.com (modified version)

To-do list

  • Change the icon when the microphone is muted outside the application
  • Icons for dark and light theme

About

Microphone AppIndicator for Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages