mirror of
https://github.com/swaywm/sway.git
synced 2026-03-01 01:40:32 -05:00
Merge branch 'master' into tray-dbus-menu
This commit is contained in:
commit
a262ad1fb6
19 changed files with 143 additions and 156 deletions
|
|
@ -14,6 +14,11 @@ struct box_colors {
|
|||
uint32_t text;
|
||||
};
|
||||
|
||||
struct box_size {
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
};
|
||||
|
||||
struct config_output {
|
||||
struct wl_list link; // swaybar_config::outputs
|
||||
char *name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue