rust-sysbar
rust-sysbar copied to clipboard
Rust library for interacting with the system's taskbar / tray / statusbar
Some systems only show the icon of the application, what is currently not possible to set.
Hi, would be nice if this crate supports a progress indicator in the taskbar item, I'm unsure if macOS support it but Windows and Linux do
Hey, is there currently a way to have dynamic content? Like the time or something? Thanks for the help.
On including this package as a dependency in our project, we get this warning from clippy (which is configured to run as a pre-commit hook): ``` error[E0433]: failed to resolve:...
The creator of connectr wrote me a message on reddit a while ago, thought I'd paste it here in case others find the information valuable: > If you're interested, I'd...
https://github.com/frewsxcv/rust-sysbar/blob/d505b360192a0a86a56ef13b23e320f66ab8ad96/src/mac_os/mod.rs#L109-L184 this was inherited from rs-barfly and i'm not entirely sure what's going on here