{"id":16114574,"url":"https://github.com/frewsxcv/rust-sysbar","last_synced_at":"2025-09-27T15:31:21.149Z","repository":{"id":46831315,"uuid":"99430486","full_name":"frewsxcv/rust-sysbar","owner":"frewsxcv","description":"Rust library for interacting with the system's taskbar / tray / statusbar","archived":false,"fork":false,"pushed_at":"2021-09-23T03:58:00.000Z","size":54,"stargazers_count":66,"open_issues_count":7,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-20T10:47:11.815Z","etag":null,"topics":["rust","statusbar","sysbar","taskbar"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frewsxcv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-05T15:15:58.000Z","updated_at":"2024-04-13T07:53:05.000Z","dependencies_parsed_at":"2022-08-20T13:50:46.227Z","dependency_job_id":null,"html_url":"https://github.com/frewsxcv/rust-sysbar","commit_stats":null,"previous_names":["rust-sysbar/rust-sysbar"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-sysbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-sysbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-sysbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-sysbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frewsxcv","download_url":"https://codeload.github.com/frewsxcv/rust-sysbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234444605,"owners_count":18833658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","statusbar","sysbar","taskbar"],"created_at":"2024-10-09T20:15:08.820Z","updated_at":"2025-09-27T15:31:15.843Z","avatar_url":"https://github.com/frewsxcv.png","language":"Rust","readme":"# rust-sysbar\n\nLibrary for interacting with the system's taskbar / tray / statusbar. It aims to be cross-platform, but currently only supports macOS. If have some extra time and are interested in implementing this for other platforms, contributions would be greatly appreciated! This project is a fork of [rs-barfly](https://github.com/jmquigs/rs-barfly).\n\n## Example\n\n```rust\nlet mut bar = sysbar::Sysbar::new(\"Foo\");\n\nbar.add_item(\n    \"Say 'bar'\",\n    Box::new(move || {\n        println!(\"bar\");\n    }),\n);\n\nbar.add_quit_item(\"Quit\");\n\nbar.display();\n```\n\n![Resulting screenshot of code above](http://i.imgur.com/mEI6Mxy.png)\n\n## See also\n\n* [systray-rs](https://github.com/qdot/systray-rs)\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewsxcv%2Frust-sysbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrewsxcv%2Frust-sysbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewsxcv%2Frust-sysbar/lists"}