Refactoring of bar modules
* Moved debug functions to separate trait * Broke up module actions and moved assembling of icon and content in main instead of module itself. This will enable disabling of icon or content via options in the future
This commit is contained in:
@@ -27,5 +27,5 @@ pub struct AppOptions {
|
||||
pub weather_station: String,
|
||||
pub music_progress: bool,
|
||||
pub debug_json: bool,
|
||||
pub debug_icons: bool,
|
||||
pub debug_modules: bool,
|
||||
}
|
||||
|
Reference in New Issue
Block a user