summaryrefslogtreecommitdiffstats
path: root/include/swaybar/tray/item.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-09 09:58:09 +0100
committerLibravatar GitHub <noreply@github.com>2019-01-09 09:58:09 +0100
commitcfdb614e84ff6559897057c501b8ae530a699543 (patch)
tree71a71283cd91bef017673e23b3a79a9520e63dd8 /include/swaybar/tray/item.h
parentMerge pull request #3389 from RedSoxFan/swap-context-seat (diff)
parentswaybar: improve tray logging (diff)
downloadsway-cfdb614e84ff6559897057c501b8ae530a699543.tar.gz
sway-cfdb614e84ff6559897057c501b8ae530a699543.tar.zst
sway-cfdb614e84ff6559897057c501b8ae530a699543.zip
Merge pull request #3372 from ianyfan/tray
swaybar: handle SNI signals better
Diffstat (limited to 'include/swaybar/tray/item.h')
-rw-r--r--include/swaybar/tray/item.h4
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 {
35 bool item_is_menu; 35 bool item_is_menu;
36 char *menu; 36 char *menu;
37 char *icon_theme_path; // non-standard KDE property 37 char *icon_theme_path; // non-standard KDE property
38
39 sd_bus_slot *new_icon_slot;
40 sd_bus_slot *new_attention_icon_slot;
41 sd_bus_slot *new_status_slot;
38}; 42};
39 43
40struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray); 44struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray);