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
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue