{"id":47713635,"url":"https://github.com/wayle-rs/wayle-services","last_synced_at":"2026-05-24T06:04:53.077Z","repository":{"id":347899355,"uuid":"1195642775","full_name":"wayle-rs/wayle-services","owner":"wayle-rs","description":"Reactive system service crates for Linux.","archived":false,"fork":false,"pushed_at":"2026-05-12T05:08:18.000Z","size":911,"stargazers_count":6,"open_issues_count":7,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-12T06:28:46.593Z","etag":null,"topics":["bluez","cava","hyprland","mpris","network-manager","networkmanager","notification-service","notifications","pipewire","power-profiles-daemon","pulseaudio","rust","sysinfo","systray","upower","wallpaper","weather"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayle-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T22:57:31.000Z","updated_at":"2026-05-12T05:07:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wayle-rs/wayle-services","commit_stats":null,"previous_names":["wayle-rs/wayle-services"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/wayle-rs/wayle-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayle-rs%2Fwayle-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayle-rs%2Fwayle-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayle-rs%2Fwayle-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayle-rs%2Fwayle-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayle-rs","download_url":"https://codeload.github.com/wayle-rs/wayle-services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayle-rs%2Fwayle-services/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33423286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bluez","cava","hyprland","mpris","network-manager","networkmanager","notification-service","notifications","pipewire","power-profiles-daemon","pulseaudio","rust","sysinfo","systray","upower","wallpaper","weather"],"created_at":"2026-04-02T18:43:22.330Z","updated_at":"2026-05-24T06:04:53.065Z","avatar_url":"https://github.com/wayle-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/wayle-services.svg\" width=\"200\" alt=\"Wayle\"\u003e\n\u003c/p\u003e\n\n# wayle-services\n\n[![CI](https://img.shields.io/github/actions/workflow/status/wayle-rs/wayle-services/ci.yml?branch=master)](https://github.com/wayle-rs/wayle-services/actions)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wayle-rs/wayle-services/blob/master/LICENSE)\n\nReactive system service crates for Linux desktops. Each service exposes its state as [`Property\u003cT\u003e`](https://docs.rs/wayle-core/latest/wayle_core/struct.Property.html) fields you can `.get()` or `.watch()` for changes.\n\n## Services\n\n| Crate | Description |\n|-------|-------------|\n| [wayle-audio](https://docs.rs/wayle-audio) | PulseAudio devices and streams |\n| [wayle-battery](https://docs.rs/wayle-battery) | Battery monitoring via UPower |\n| [wayle-bluetooth](https://docs.rs/wayle-bluetooth) | Bluetooth device management via BlueZ |\n| [wayle-brightness](https://docs.rs/wayle-brightness) | Backlight control for internal displays |\n| [wayle-cava](https://docs.rs/wayle-cava) | Real-time audio frequency visualization |\n| [wayle-hyprland](https://docs.rs/wayle-hyprland) | Hyprland compositor state and events |\n| [wayle-media](https://docs.rs/wayle-media) | MPRIS media player control |\n| [wayle-network](https://docs.rs/wayle-network) | WiFi and wired network management |\n| [wayle-notification](https://docs.rs/wayle-notification) | Desktop notification daemon |\n| [wayle-power-profiles](https://docs.rs/wayle-power-profiles) | Power profile switching |\n| [wayle-sysinfo](https://docs.rs/wayle-sysinfo) | CPU, memory, disk, and network metrics |\n| [wayle-systray](https://docs.rs/wayle-systray) | System tray via StatusNotifier |\n| [wayle-wallpaper](https://docs.rs/wayle-wallpaper) | Wallpaper management with color extraction |\n| [wayle-weather](https://docs.rs/wayle-weather) | Weather data with multi-provider support |\n\n## Internals\n\n| Crate | Description |\n|-------|-------------|\n| [wayle-core](https://docs.rs/wayle-core) | `Property\u003cT\u003e` reactive primitive and D-Bus macros |\n| [wayle-traits](https://docs.rs/wayle-traits) | Shared service monitoring traits |\n\n## Quick start\n\n```rust,no_run\nuse futures::StreamExt;\nuse wayle_audio::AudioService;\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c(), Box\u003cdyn std::error::Error\u003e\u003e {\n    let audio = AudioService::new().await?;\n\n    // snapshot\n    if let Some(device) = audio.default_output.get() {\n        println!(\"default output: {:?}\", device);\n    }\n\n    // react to changes\n    let mut stream = audio.default_output.watch();\n    while let Some(device) = stream.next().await {\n        println!(\"default output changed: {:?}\", device);\n    }\n\n    Ok(())\n}\n```\n\n## Credits\n\nLogo by [@M70v](https://www.instagram.com/m70v.art/).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayle-rs%2Fwayle-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayle-rs%2Fwayle-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayle-rs%2Fwayle-services/lists"}