wayle-wallpaper 0.1.0

Wallpaper management with cycling and color extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod client;
mod server;

pub use client::WallpaperProxy;
pub(crate) use server::WallpaperDaemon;

/// D-Bus service name.
pub const SERVICE_NAME: &str = "com.wayle.Wallpaper1";

/// D-Bus object path.
pub const SERVICE_PATH: &str = "/com/wayle/Wallpaper";