mirror of
https://github.com/swaywm/sway.git
synced 2026-06-15 14:33:54 -04:00
Merge 81c31b0c4d into 97c342f9e1
This commit is contained in:
commit
a4bf086249
11 changed files with 175 additions and 597 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue