mirror of
https://github.com/swaywm/sway.git
synced 2026-03-12 05:34:29 -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue