Reordered modules
This commit is contained in:
parent
b62c9cd484
commit
9b79fcd904
@ -53,9 +53,9 @@ impl Unibar {
|
|||||||
|
|
||||||
// Set up a list of all modules to be used
|
// Set up a list of all modules to be used
|
||||||
let bar_modules_enabled: Vec<Box<dyn bar_modules::BarModuleActions>> = vec! [
|
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_music::UnibarModuleMusic::new(self.opts.clone())),
|
||||||
Box::new(bar_modules::bar_module_network::UnibarModuleNetwork::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
|
// Get module's part to be displayed in the bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user