Reordered modules

This commit is contained in:
Mahesh Asolkar 2025-05-23 23:49:09 -07:00
parent b62c9cd484
commit 9b79fcd904
Signed by: asolkar
GPG Key ID: 371CA8164433BDCC

View File

@ -53,9 +53,9 @@ impl Unibar {
// Set up a list of all modules to be used
let bar_modules_enabled: Vec<Box<dyn bar_modules::BarModuleActions>> = 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