randpaper 0.5.0

A customizable wallpaper daemon for per-monitor cycling, one-shot application, and optional theme synchronization for Waybar and terminals.
1
2
3
4
5
6
7
pub mod event_loop;
mod render;

// Re-exports
pub use event_loop::run_loop;
pub use render::awww::detect_awww_binary;
pub use render::awww::ensure_awww_daemon;