A full circle wraps the mic glyph and drains clockwise as the trailing- silence timer runs out, recolouring cyan→amber→red and emptying exactly as auto-stop fires. The daemon emits the countdown from the same VAD loop that decides auto-stop, so the ring stays in sync; the overlay drains it against its own clock for smooth motion and fades it in/out so word gaps don't flicker it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
383 B
Python
10 lines
383 B
Python
"""Blitztext for Linux — native dictation daemon.
|
|
|
|
Press a global hotkey, speak, and the transcribed (optionally LLM-rewritten)
|
|
text is typed into whatever text field currently has focus. This is the Linux
|
|
counterpart to the macOS Blitztext menu bar app: it runs natively on the host
|
|
(not in a container) so it can type into any application via xdotool.
|
|
"""
|
|
|
|
__version__ = "1.5.1"
|