fix(wallpaper): improvements and fixes

This commit is contained in:
Michael Aaron Murphy 2023-12-13 23:04:40 +01:00 committed by Michael Murphy
parent 39eccde230
commit bf70b14cda
12 changed files with 261 additions and 168 deletions

View file

@ -69,12 +69,6 @@ pub fn config() -> (Config, HashMap<String, String>) {
pub fn set(config: &mut Config, entry: Entry) {
if let Ok(context) = Config::helper() {
tracing::debug!(
output = entry.output.to_string(),
source = ?entry.source,
"setting wallpaper",
);
let _res = Config::set_same_on_all(&context, config.same_on_all);
if let Err(why) = config.set_entry(&context, entry) {