mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
swaybar: add SNI Title, Category, Id support
This commit is contained in:
parent
0626e975fa
commit
5820299278
2 changed files with 34 additions and 2 deletions
|
|
@ -52,6 +52,9 @@ struct swaybar_sni {
|
|||
bool item_is_menu;
|
||||
char *menu;
|
||||
struct swaybar_sni_tool_tip *tool_tip;
|
||||
char *title;
|
||||
char *category;
|
||||
char *id;
|
||||
char *icon_theme_path; // non-standard KDE property
|
||||
|
||||
struct wl_list slots; // swaybar_sni_slot::link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue