feat: get active wallpaper and show it in display_container widget

This commit is contained in:
Michael Aaron Murphy 2023-05-31 01:38:50 +02:00
parent a4eee2186c
commit a3802021b6
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 62 additions and 24 deletions

View file

@ -8,15 +8,13 @@
pub mod app;
pub use app::{Message, SettingsApp};
pub mod config;
#[macro_use]
pub mod localize;
pub mod widget;
pub mod pages;
pub mod theme;
pub mod widget;
use cosmic::{
iced::{wayland::actions::window::SctkWindowSettings, Application, Limits},