mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
refactor: address requested changes
This commit is contained in:
parent
d1b4af4710
commit
40d449e011
5 changed files with 16 additions and 22 deletions
|
@ -72,7 +72,7 @@ pub struct ModuleInfo<'a> {
|
|||
pub monitor: &'a Monitor,
|
||||
pub output_name: &'a str,
|
||||
pub icon_theme: &'a IconTheme,
|
||||
pub icon_overrides: &'a Option<HashMap<String, String>>,
|
||||
pub icon_overrides: &'a HashMap<String, String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue