This commit is contained in:
bonsaiiV 2026-02-03 19:33:46 +01:00 committed by GitHub
commit 20166108bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 35 additions and 0 deletions

View file

@ -245,6 +245,7 @@ sway_cmd bar_colors_cmd_focused_separator;
sway_cmd bar_colors_cmd_statusline;
sway_cmd bar_colors_cmd_focused_statusline;
sway_cmd bar_colors_cmd_urgent_workspace;
sway_cmd bar_colors_cmd_tray_background;
sway_cmd input_cmd_seat;
sway_cmd input_cmd_accel_profile;

View file

@ -404,6 +404,9 @@ struct bar_config {
char *binding_mode_border;
char *binding_mode_bg;
char *binding_mode_text;
#if HAVE_TRAY
char *tray_background;
#endif
} colors;
#if HAVE_TRAY

View file

@ -71,6 +71,8 @@ struct swaybar_config {
struct box_colors inactive_workspace;
struct box_colors urgent_workspace;
struct box_colors binding_mode;
uint32_t tray_background;
} colors;
#if HAVE_TRAY