mirror of
https://github.com/swaywm/sway.git
synced 2026-02-22 01:40:39 -05:00
Merge 03bd0c74c0 into 845cdb190f
This commit is contained in:
commit
20166108bb
10 changed files with 35 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue