Files
voxtype-toggle-plasmashell/README.md
James Eversole 3f3b27caaf init
2026-04-29 14:18:37 -05:00

19 lines
722 B
Markdown

100% slopcoded
---
A KDE Plasma 6 applet (panel icon) to toggle [voxtype](https://voxtype.io) voice typing on and off.
## Prerequisites
[voxtype](https://voxtype.io) must be installed and its daemon running. The applet reads state from `/run/user/1000/voxtype/state` and checks for the daemon via `/run/user/1000/voxtype/pid` — the same locations used by the voxtype GNOME extension.
## What this does
- Shows a panel icon reflecting the current voxtype state.
- Click to toggle recording on/off (sends `voxtype record toggle` when the daemon is running).
- Polls the state file periodically to update the icon and tooltip.
- Icons change by state: idle, recording, transcribing, or not-running.
## How to use it