aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-12-17 23:52:15 +0000
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-12-31 20:40:18 +0000
commit9e31f5d79ce9de8f1c73013b792aa94f355a1983 (patch)
tree93b8ddb51873cae14db8d5f07db74ca96236f184 /include/swaybar
parentswaybar: handle new and lost StatusNotifierWatcher (diff)
downloadsway-9e31f5d79ce9de8f1c73013b792aa94f355a1983.tar.gz
sway-9e31f5d79ce9de8f1c73013b792aa94f355a1983.tar.zst
sway-9e31f5d79ce9de8f1c73013b792aa94f355a1983.zip
swaybar: use KDE's SNI IconThemePath property
Diffstat (limited to 'include/swaybar')
-rw-r--r--include/swaybar/tray/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/tray/item.h b/include/swaybar/tray/item.h
index 53d7e48c..9bba7951 100644
--- a/include/swaybar/tray/item.h
+++ b/include/swaybar/tray/item.h
@@ -34,6 +34,7 @@ struct swaybar_sni {
34 list_t *attention_icon_pixmap; // struct swaybar_pixmap * 34 list_t *attention_icon_pixmap; // struct swaybar_pixmap *
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}; 38};
38 39
39struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray); 40struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray);