Port swaybar tray files to 0.15 and fix compiling

This commit is contained in:
Calvin Lee 2018-04-02 19:41:21 -06:00
parent d3eaf6468c
commit a20f21281f
15 changed files with 2354 additions and 34 deletions

View file

@ -33,6 +33,12 @@ struct swaybar_config {
bool all_outputs;
int height;
#ifdef ENABLE_TRAY
// TODO TRAY
// output, render, buttons
uint32_t tray_padding;
#endif
struct {
uint32_t background;
uint32_t statusline;