Feature Description
When the user starts transcription, they can pass an additional flag (say --overlay) that shows a basic overlay showing weather the recording is in progress. This would serve as a simple status indicator and
Problem Statement
Lack of awareness of weather the recording is happening or not.
Implementation Ideas
Use iced for the UI framework, and layer-shell to handle the overlay such that it doesn't take keyboard focus.
Additional Context
Would like to build this for myself and if it sits well with the goals of the project, would love to raise a PR.