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

@ -5,7 +5,7 @@ edition = "2024"
license = "GPL-3.0-only"
[dependencies]
libcosmic.workspace = true
cosmic.workspace = true
anyhow.workspace = true
cctk.workspace = true
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }

View file

@ -26,7 +26,7 @@ use cosmic::{
};
use cosmic_comp_config::{CosmicCompConfig, TileBehavior};
use cosmic_protocols::workspace::v2::client::zcosmic_workspace_handle_v2::TilingState;
use std::{thread, time::Instant};
use std::thread;
use tracing::error;
const ID: &str = "com.system76.CosmicAppletTiling";
@ -46,6 +46,7 @@ pub struct Window {
}
#[derive(Clone, Debug)]
#[allow(dead_code)]
pub enum Message {
TogglePopup,
PopupClosed(Id),