More cleanup
This commit is contained in:
parent
57bb7bcd8d
commit
9acf2e656a
@ -1,6 +1,5 @@
|
||||
mod config;
|
||||
mod enums;
|
||||
use enums::*;
|
||||
mod files;
|
||||
use files::*;
|
||||
mod handlers;
|
||||
@ -9,9 +8,5 @@ fn main() {
|
||||
let mut wallpapers = Wallpapers::new();
|
||||
|
||||
wallpapers.load_all();
|
||||
wallpapers.random_selection(&MonitorType::Ultrawide);
|
||||
wallpapers.random_selection(&MonitorType::Horizontal);
|
||||
wallpapers.random_selection(&MonitorType::Vertical);
|
||||
let resp = handlers::plasma::change_wallpapers(&wallpapers);
|
||||
// println!("{}", resp);
|
||||
handlers::plasma::change_wallpapers(&wallpapers);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user