]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/xcb.h
Optionally change i3bar color on focused output, implements #2020
[i3/i3] / i3bar / include / xcb.h
index 3746204ca33ef7c9a40bc85066d49ee465505d1e..0a9bd7e41d67e175d984481d326ff3e971fb0042 100644 (file)
@@ -34,6 +34,9 @@ struct xcb_color_strings_t {
     char *bar_fg;
     char *bar_bg;
     char *sep_fg;
+    char *focus_bar_fg;
+    char *focus_bar_bg;
+    char *focus_sep_fg;
     char *active_ws_fg;
     char *active_ws_bg;
     char *active_ws_border;