1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

refactor: address requested changes (3)

This commit is contained in:
BowDown097 2025-02-05 09:11:28 -08:00
parent d5e4e08863
commit 2fd49e0f3a
4 changed files with 5 additions and 5 deletions

View file

@ -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 HashMap<String, String>,
pub icon_overrides: Arc<HashMap<String, String>>,
}
#[derive(Debug, Clone)]