diff --git a/README.md b/README.md index e12f638..95ed9c4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ Native macOS 15+ menu-bar utility showing default microphone input-volume state. MicStatusAI reads and changes CoreAudio input-volume properties. It does not capture or record audio and therefore does not request microphone-recording permission. +## Screenshots + +### Status panel + +![MicStatusAI status panel showing microphone input level and controls](ScreenShots/status-panel.png) + +### Menu-bar states + +| Microphone active | Microphone muted | +| --- | --- | +| ![Green active microphone icon in the macOS menu bar](ScreenShots/menu-bar-active.png) | ![Red muted microphone icon in the macOS menu bar](ScreenShots/menu-bar-muted.png) | + +### Status overlay + +| Microphone active | Microphone muted | +| --- | --- | +| ![Status overlay showing microphone on at 80 percent](ScreenShots/status-overlay-active.png) | ![Status overlay showing microphone muted](ScreenShots/status-overlay-muted.png) | + +### Settings + +![MicStatusAI settings for global hotkey and status overlay](ScreenShots/settings.png) + ## Install ```sh diff --git a/ScreenShots/menu-bar-active.png b/ScreenShots/menu-bar-active.png new file mode 100644 index 0000000..964fd41 Binary files /dev/null and b/ScreenShots/menu-bar-active.png differ diff --git a/ScreenShots/menu-bar-muted.png b/ScreenShots/menu-bar-muted.png new file mode 100644 index 0000000..1177620 Binary files /dev/null and b/ScreenShots/menu-bar-muted.png differ diff --git a/ScreenShots/settings.png b/ScreenShots/settings.png new file mode 100644 index 0000000..95386aa Binary files /dev/null and b/ScreenShots/settings.png differ diff --git a/ScreenShots/status-overlay-active.png b/ScreenShots/status-overlay-active.png new file mode 100644 index 0000000..89825da Binary files /dev/null and b/ScreenShots/status-overlay-active.png differ diff --git a/ScreenShots/status-overlay-muted.png b/ScreenShots/status-overlay-muted.png new file mode 100644 index 0000000..388d67b Binary files /dev/null and b/ScreenShots/status-overlay-muted.png differ diff --git a/ScreenShots/status-panel.png b/ScreenShots/status-panel.png new file mode 100644 index 0000000..3f42337 Binary files /dev/null and b/ScreenShots/status-panel.png differ