feat: support transparency (RGBA) in i3bar (#3727)
We introduce a --transparency flag for i3bar in order to enable a mode which supports the use of RGBA colors. An important constraint here is that tray icons will always have a fully transparent background. fixes #3723
This commit is contained in:
committed by
Michael Stapelberg
parent
19ca55858c
commit
48af067dfe
@ -48,6 +48,7 @@ typedef struct config_t {
|
||||
|
||||
position_t position;
|
||||
bool verbose;
|
||||
bool transparency;
|
||||
struct xcb_color_strings_t colors;
|
||||
bool disable_binding_mode_indicator;
|
||||
bool disable_ws;
|
||||
|
Reference in New Issue
Block a user