chore: align applets with local stack

This commit is contained in:
Lionel DARNIS 2026-05-23 20:49:24 +02:00
parent bcc8072a3b
commit 82e00a3e16
37 changed files with 292 additions and 440 deletions

View file

@ -8,7 +8,7 @@ license = "GPL-3.0-only"
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
cosmic.workspace = true
rust-embed.workspace = true
tokio.workspace = true
tracing-log.workspace = true

View file

@ -3,7 +3,6 @@
mod localize;
use cosmic::iced::{Alignment, Length};
use cosmic::{
app,
app::Core,
@ -14,16 +13,14 @@ use cosmic::{
iced::{
Rectangle, Task,
platform_specific::shell::commands::popup::{destroy_popup, get_popup},
widget::{column, row},
window::Id,
},
iced::{core::window, runtime::Appearance},
iced::core::window,
prelude::*,
surface, theme,
widget::{
self, autosize,
rectangle_tracker::{RectangleTracker, RectangleUpdate, rectangle_tracker_subscription},
space,
},
};
use cosmic_comp_config::CosmicCompConfig;