waytrogen 0.6.12

A GTK graphical user interface for changing your wallpapers on Wayland based compositors.
1
2
3
4
5
6
7
8
9
10
11
pub mod cli;
pub mod common;
pub mod database;
pub mod fs;
pub mod hyprpaper;
pub mod main_window;
pub mod mpvpaper;
pub mod swaybg;
pub mod swww;
pub mod ui_common;
pub mod wallpaper_changers;