mod localize; mod time; mod window; use window::Window; fn main() -> cosmic::iced::Result { localize::localize(); cosmic::applet::run::(true, ()) }