tray: implement d-bus menu

This commit is contained in:
Ian Fan 2020-09-27 15:16:30 +01:00
parent ae4ff7226f
commit 1e92def4b1
11 changed files with 1145 additions and 36 deletions

View file

@ -14,6 +14,7 @@
struct swaybar;
struct swaybar_output;
struct swaybar_popup;
struct swaybar_watcher;
struct swaybar_tray {
@ -30,6 +31,8 @@ struct swaybar_tray {
list_t *basedirs; // char *
list_t *themes; // struct swaybar_theme *
struct swaybar_popup *popup;
};
struct swaybar_tray *create_tray(struct swaybar *bar);