fix(wallpaper): improvements and fixes
This commit is contained in:
parent
39eccde230
commit
bf70b14cda
12 changed files with 261 additions and 168 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue