Made slightly nicer
This commit is contained in:
parent
e070e55cd2
commit
df7368d458
@ -10,6 +10,9 @@ pub fn change_wallpapers(wallpapers: &Wallpapers) {
|
|||||||
command.arg(wallpapers.random_selection(monitor).to_string());
|
command.arg(wallpapers.random_selection(monitor).to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
let _result = command.output();
|
let result = command.output();
|
||||||
println!("{:?}", command.get_args());
|
match result {
|
||||||
|
Ok(_) => {}
|
||||||
|
Err(e) => println!("{}", e),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user