https://github.com/tauri-apps/win7-notifications
Send Windows 10 styled notifications on Windows 7.
https://github.com/tauri-apps/win7-notifications
gui notifications windows windows7
Last synced: 2 months ago
JSON representation
Send Windows 10 styled notifications on Windows 7.
- Host: GitHub
- URL: https://github.com/tauri-apps/win7-notifications
- Owner: tauri-apps
- License: apache-2.0
- Created: 2021-10-04T15:29:12.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-15T16:31:33.000Z (10 months ago)
- Last Synced: 2025-04-10T02:35:18.278Z (2 months ago)
- Topics: gui, notifications, windows, windows7
- Language: Rust
- Homepage:
- Size: 177 KB
- Stars: 20
- Watchers: 12
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# win7-notifications
[](https://crates.io/crates/win7-notifications) [](https://docs.rs/win7-notifications/) 
[](https://discord.gg/SpmNs4S)Send Windows 10 styled notifications on Windows 7.
#### Note:
This crate requires a win32 event loop to be running on the thread, otherwise the notification will close immediately, check [examples/single.rs](examples/single.rs) which uses [winit](https://github.com/rust-windowing/winit) or just roll your own win32 event loop.### TODO:
- [X] Move old notifications above new ones.
- [X] Sounds
- [X] Shadows
- [X] Change close button color when mouse hovers.
- [ ] Callbacks for when close button or body of notification is clicked.
- [ ] Account for taskbar size and position
- [ ] Animations