mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaybar: use KDE's SNI IconThemePath property
This commit is contained in:
parent
371089f62c
commit
9e31f5d79c
2 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue