mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Port swaybar tray files to 0.15 and fix compiling
This commit is contained in:
parent
d3eaf6468c
commit
a20f21281f
15 changed files with 2354 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue