mirror of
https://github.com/swaywm/sway.git
synced 2026-04-14 08:22:08 -04:00
swaybar: add option to configure tray background
This commit is contained in:
parent
40aabb80c6
commit
03bd0c74c0
10 changed files with 35 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