diff options
author | emersion <contact@emersion.fr> | 2019-01-09 09:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 09:58:09 +0100 |
commit | cfdb614e84ff6559897057c501b8ae530a699543 (patch) | |
tree | 71a71283cd91bef017673e23b3a79a9520e63dd8 /include/swaybar | |
parent | 51bc466e2bc82a937fb4926849d734a069447a4a (diff) | |
parent | f87628e2abd98348a218de581ca93271a99d1591 (diff) |
Merge pull request #3372 from ianyfan/tray
swaybar: handle SNI signals better
Diffstat (limited to 'include/swaybar')
-rw-r--r-- | include/swaybar/tray/item.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/swaybar/tray/item.h b/include/swaybar/tray/item.h index 9bba7951..4238bdb8 100644 --- a/include/swaybar/tray/item.h +++ b/include/swaybar/tray/item.h @@ -35,6 +35,10 @@ struct swaybar_sni { bool item_is_menu; char *menu; char *icon_theme_path; // non-standard KDE property + + sd_bus_slot *new_icon_slot; + sd_bus_slot *new_attention_icon_slot; + sd_bus_slot *new_status_slot; }; struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray); |