wallswitch 0.62.1

randomly selects wallpapers for multiple monitors
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod awww;
mod common;
mod desktop;
mod detector;
mod hyprpaper;
mod swaybg;
mod wallpaper;

pub use self::{
    awww::*, common::*, desktop::*, detector::*, hyprpaper::*, swaybg::*, wallpaper::*,
};