diff --git a/src/main.rs b/src/main.rs index ef80219..e8fd25e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,9 +53,9 @@ impl Unibar { // Set up a list of all modules to be used let bar_modules_enabled: Vec> = vec! [ - Box::new(bar_modules::bar_module_weather::UnibarModuleWeather::new(self.opts.clone())), Box::new(bar_modules::bar_module_music::UnibarModuleMusic::new(self.opts.clone())), Box::new(bar_modules::bar_module_network::UnibarModuleNetwork::new(self.opts.clone())), + Box::new(bar_modules::bar_module_weather::UnibarModuleWeather::new(self.opts.clone())), ]; // Get module's part to be displayed in the bar