mirror of
https://github.com/swaywm/sway.git
synced 2026-06-14 14:33:19 -04:00
Merge 0a6027968a into 97c342f9e1
This commit is contained in:
commit
624d4b8f2d
10 changed files with 33 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ static void ipc_parse_colors(
|
|||
{ "binding_mode_border", &config->colors.binding_mode.border },
|
||||
{ "binding_mode_bg", &config->colors.binding_mode.background },
|
||||
{ "binding_mode_text", &config->colors.binding_mode.text },
|
||||
{ "tray_background", &config->colors.tray_background },
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < sizeof(properties) / sizeof(properties[i]); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue