feat(voxtype,garble,polybar): add voxtype and garble
Amolith
created
Add voxtype configuration for text-to-speech integration with polybar
and
standalone usage. Configure garble for Go code obfuscation. Update
polybar
to include voxtype status indicator and control scripts.
New configuration files:
- dot_config/voxtype/config.toml
- dot_config/garble/config.toml
- dot_config/polybar/executable_voxtype-polybar.sh
Modified:
- dot_config/polybar/config.ini.tmpl (add voxtype module)
Assisted-by: Kimi K2 Thinking via Crush <crush@charm.land>
@@ -0,0 +1,21 @@
+provider = "synthetic"
+model = "hf:deepseek-ai/DeepSeek-V3.2"
+directions = """
+Correct the following Whisper transcription to match how I would actually type, after edits and corrections.
+
+- Follow inline dictation instructions, example follows in the section below
+- Remove filler words like "um", "uh", "like", "you know", "so" (when meaningless)
+- Correct words from the transcription engine when the context makes obvious what the word should be, example follows in the section below
+- Remove false starts and repeated words
+- Preserve my intended meaning without rephrasing or "improving" my words
+- No markdown, no formatting, just clean plain text
+
+<dictation_interpretation_example>
+<in>
+This is. An example of speaks, an audio compression codec. Specifically tuned for reproducing. Specifically tuned for the reproduction of the human voice. No, human speech.
+</in>
+<out>
+This is an example of SPEEX, an audio compression codec specifically tuned for the reproduction of human speech.
+</out>
+</dictation_interpretation_example>
+"""