You know that moment when Claude Code needs approval but you're deep in another task and miss the notification?
Here's the fix: make it play random Warcraft II Peon sounds instead.
Nothing beats hearing "Zug zug" or "We're ready, master" from your AI coding assistant. Feels exactly how it should be.
Setup in 10 seconds:
-
/hooks
in Claude Code - Select "Notification"
- Paste:
(powershell.exe -c "Get-ChildItem -Path '~\Games\Warcraft II BNE\GameSFX\Orc' -Filter '*.wav' | Get-Random | ForEach-Object { (New-Object Media.SoundPlayer $_.FullName).PlaySync() }" &> /dev/null &)
- just swap the path to your audio folder
Top comments (0)