swaybar: add option to configure tray background

This commit is contained in:
Bonsaiiv 2026-01-31 09:08:19 +01:00
parent 40aabb80c6
commit 03bd0c74c0
10 changed files with 35 additions and 0 deletions

View file

@ -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++) {