m3ta-chiron
|
29fa11433a
|
talk: use chiron.jpeg notification icon
Replace generic audio-x-generic icon with chiron.jpeg from S3.
Icon is fetched into the nix store at build time.
|
2026-07-02 19:22:42 +02:00 |
|
m3ta-chiron
|
fa2f3dfbc6
|
feat(talk): support stdin piping
Argument has priority, otherwise read from stdin when piped.
Enables: echo 'Build fertig' | talk
nixos-rebuild build 2>&1 | tail -3 | talk
|
2026-07-02 19:09:52 +02:00 |
|
m3ta-chiron
|
b7ba13db9b
|
feat(talk): add ElevenLabs TTS voice notification package
- writeShellScriptBin with mpv audio + notify-send cancel button
- Simultaneous audio playback and notification popup
- VOICE_NOTIFY=0 toggle for disabling
- Uses eleven_multilingual_v2 model with configurable voice ID
- Cruncher job wrapper for task completion notifications
|
2026-07-02 18:51:31 +02:00 |
|