Optionally change i3bar color on focused output, implements #2020

This commit is contained in:
David Simon
2015-10-26 16:55:01 -04:00
parent 2451551f63
commit dc05d905c1
13 changed files with 99 additions and 12 deletions

View 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;