@@ -7,27 +7,21 @@ use crate::{
7
7
} ;
8
8
use cosmic:: {
9
9
applet:: {
10
- menu_button , padded_control,
10
+ padded_control,
11
11
token:: subscription:: { activation_token_subscription, TokenRequest , TokenUpdate } ,
12
12
} ,
13
13
cctk:: sctk:: reexports:: calloop,
14
14
cosmic_theme:: Spacing ,
15
15
iced:: {
16
- alignment:: Horizontal ,
17
16
platform_specific:: shell:: wayland:: commands:: popup:: { destroy_popup, get_popup} ,
18
- widget:: { column, container, row, slider} ,
19
- window, Alignment , Length , Subscription ,
17
+ window, Length , Subscription ,
20
18
} ,
21
- iced_core:: { alignment:: Vertical , Background , Border , Color , Shadow } ,
22
19
iced_runtime:: core:: layout:: Limits ,
23
- iced_widget:: { Column , Row } ,
24
20
theme,
25
- widget:: { divider , horizontal_space , icon , scrollable , text, vertical_space } ,
21
+ widget:: { container , text} ,
26
22
Element , Task ,
27
23
} ;
28
24
use cosmic_time:: { anim, chain, id, once_cell:: sync:: Lazy , Instant , Timeline } ;
29
-
30
- use std:: { collections:: HashMap , path:: PathBuf , time:: Duration } ;
31
25
use tokio:: sync:: mpsc:: UnboundedSender ;
32
26
33
27
static ENABLED : Lazy < id:: Toggler > = Lazy :: new ( id:: Toggler :: unique) ;
0 commit comments