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

@ -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