https://github.com/sidevesh/mutemicrophonesosd
Simple executable to show a Mute / Unmute microphone HUD mimicking the native Mac OS ones
https://github.com/sidevesh/mutemicrophonesosd
Last synced: over 1 year ago
JSON representation
Simple executable to show a Mute / Unmute microphone HUD mimicking the native Mac OS ones
- Host: GitHub
- URL: https://github.com/sidevesh/mutemicrophonesosd
- Owner: sidevesh
- License: mit
- Created: 2023-10-03T07:27:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:16:44.000Z (over 2 years ago)
- Last Synced: 2025-02-10T01:52:38.699Z (over 1 year ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuteMicrophonesOSD
MuteMicrophonesOSD is a simple executable designed to display a microphone mute/unmute Heads-Up Display (HUD), closely resembling the native macOS HUD popups.
## Usage
Compile the project using the following command:
```
swift build -c release
```
To run MuteMicrophonesOSD and display the mute icon, use:
```
MuteMicrophonesOSD
```
To display the unmute icon, use:
```
MuteMicrophonesOSD un-muted
```