feat: get active wallpaper and show it in display_container widget
This commit is contained in:
parent
a4eee2186c
commit
a3802021b6
5 changed files with 62 additions and 24 deletions
|
|
@ -28,6 +28,7 @@ pub fn set(config: &mut Config, entry: Entry) {
|
|||
entry.output.to_string(),
|
||||
entry.source.display()
|
||||
);
|
||||
|
||||
if let Err(why) = config.set_entry(&context, entry) {
|
||||
tracing::error!(?why, "failed to set background");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue