mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-17 07:11:22 +02:00
feat(bar): added icon_scale to the config allowing a custom value between 1.0 and 2.0
This commit is contained in:
@@ -245,8 +245,11 @@ impl Komobar {
|
||||
Self::set_font_size(ctx, *font_size);
|
||||
}
|
||||
|
||||
self.render_config
|
||||
.replace(config.new_renderconfig(ctx, *self.bg_color.borrow()));
|
||||
self.render_config.replace(config.new_renderconfig(
|
||||
ctx,
|
||||
*self.bg_color.borrow(),
|
||||
config.icon_scale,
|
||||
));
|
||||
|
||||
let mut komorebi_notification_state = previous_notification_state;
|
||||
let mut komorebi_widgets = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user