mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: add StatusNotifierItem to tray
This commit is contained in:
parent
e6cb55e2f8
commit
74655f835a
6 changed files with 283 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ struct swaybar_tray {
|
|||
|
||||
struct swaybar_host host_xdg;
|
||||
struct swaybar_host host_kde;
|
||||
list_t *items; // char *
|
||||
list_t *items; // struct swaybar_sni *
|
||||
struct swaybar_watcher *watcher_xdg;
|
||||
struct swaybar_watcher *watcher_kde;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue