This commit is contained in:
timkicker 2026-06-07 22:04:44 +02:00 committed by GitHub
commit a4bf086249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 175 additions and 597 deletions

View file

@ -546,6 +546,8 @@ static bool handle_barconfig_update(struct swaybar *bar, const char *payload,
loop_remove_fd(bar->eventloop, bar->tray->fd);
destroy_tray(bar->tray);
bar->tray = NULL;
} else if (bar->tray) {
tray_reload_icon_theme(bar->tray, newcfg->icon_theme);
}
#endif