An IntelliJ IDEA plugin that plays custom sounds and displays image overlays when your builds complete.
- Sound Notifications — Play a different sound for successful vs. failed builds
- Visual Alerts — Show custom images at configurable screen positions
- Flexible Positioning — 9 preset positions (corners, edges, center)
- Fade Effects — Optional fade-in/fade-out animations
- Customizable Duration — Control how long images stay on screen
- IntelliJ IDEA 2023.3+ (Community, Professional, or Ultimate)
- Java 17+
- Go to Settings → Plugins
- Search for "Build Sound Notifier"
- Click Install and restart IDE
Settings → Tools → Build Sound Notifier
| Setting | Description |
|---|---|
| Success Sound | Audio file (.wav/.mp3) played on successful build |
| Failure Sound | Audio file played on failed build |
| Success Image | Image displayed on successful build |
| Failure Image | Image displayed on failed build |
| Display Duration | How long to show the image (ms) |
| Fade Enabled | Enable fade-in/fade-out animation |
./gradlew buildPluginThe plugin ZIP will be generated in build/distributions/.
MIT License — See LICENSE for details.
Copyright (c) 2026 Matteo Miceli