Show background image

Harcoded path for now.
This commit is contained in:
Ian Douglas Scott 2023-12-13 17:58:38 -08:00
parent a3e3bec885
commit 3ef8800fb4
3 changed files with 202 additions and 3 deletions

View file

@ -5,6 +5,8 @@ use cosmic::iced::{
};
use std::marker::PhantomData;
mod image_bg;
pub use image_bg::image_bg;
mod workspace_bar;
pub use workspace_bar::workspace_bar;