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

@ -77,6 +77,7 @@ struct swaybar_config *init_config(void) {
config->colors.binding_mode.text = 0xFFFFFFFF;
#if HAVE_TRAY
config->colors.tray_background = 0x000000FF;
config->tray_padding = 2;
wl_list_init(&config->tray_bindings);
#endif