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

@ -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;