Merge branch 'master' into tray-dbus-menu

This commit is contained in:
RogueAI 2025-06-09 10:34:44 +02:00 committed by GitHub
commit a262ad1fb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 143 additions and 156 deletions

View file

@ -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;