A lightweight Windows utility that lets you adjust system volume by scrolling the mouse wheel while hovering over the taskbar.
- Scroll up on taskbar → Volume up
- Scroll down on taskbar → Volume down
- Supports multi-monitor setups (works on all taskbars)
- Respects taskbar auto-hide setting (disabled when taskbar is hidden)
cargo run --releasePress Ctrl+C to exit.
- Windows 10/11
- Rust 1.70+
The program listens for mouse wheel events globally. When a scroll event occurs, it checks if the mouse cursor is over any taskbar. If so, it simulates volume key presses to adjust the system volume.
MIT