timewall 2.1.0

All-in-one tool for Apple dynamic HEIF wallpapers on GNU/Linux
1
2
3
4
5
6
7
mod appearance;
mod h24;
mod solar;
pub mod time;
pub use appearance::{current_image_index_appearance, get_image_index_order_appearance};
pub use h24::{current_image_index_h24, get_image_index_order_h24, sort_time_items};
pub use solar::{current_image_index_solar, get_image_index_order_solar, sort_solar_items};