use tray_icon::{TrayIconBuilder, menu::Menu}; fn main() { #[cfg(target_os = "linux")] gtk::init().unwrap(); let _menu = Menu::new(); }