Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

azu/mic-mutebar

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mic-mutebar

This app show microphone status as simple bar.

mic-mutebar.mp4

This bar can be moved to anywhere.

Installation

  1. Download latest binary
  2. Open app

⚠️ This app is not signed. So, OS show warning about it.

Additional installation steps on macOS:

  1. Select mic-mutebar.app
  2. Open context menu and Click "Open"

Usage

When microphone is muted:

When microphone is inputing:

Tips

Toggle mute/unmute

You can toggle mute/unmute by AppleScript.

set micVolume to toggleMic()
display notification micVolume with title "Mic"
tell application "mic-mutebar.app" to activate
return micVolume

on toggleMic()
	set inputVolume to input volume of (get volume settings)
	if inputVolume <= 5 then
		set inputVolume to 100
		set micVal to "🔈"
	else
		set inputVolume to 0
		set micVal to "🔇"
	end if
	set volume input volume inputVolume
	return micVal
end toggleMic

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Tiny GUI app that show microphone status

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.