swaybar: use KDE's SNI IconThemePath property

This commit is contained in:
Ian Fan 2018-12-17 23:52:15 +00:00
parent 371089f62c
commit 9e31f5d79c
2 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,7 @@ struct swaybar_sni {
list_t *attention_icon_pixmap; // struct swaybar_pixmap *
bool item_is_menu;
char *menu;
char *icon_theme_path; // non-standard KDE property
};
struct swaybar_sni *create_sni(char *id, struct swaybar_tray *tray);