Add Color for focused ws (thx phnom)

This commit is contained in:
Axel Wagner
2011-03-20 19:29:30 +01:00
parent 16f7574851
commit 52e70c3802
4 changed files with 25 additions and 4 deletions

View File

@ -19,6 +19,8 @@ struct xcb_color_strings_t {
char *active_ws_bg;
char *inactive_ws_fg;
char *inactive_ws_bg;
char *focus_ws_bg;
char *focus_ws_fg;
char *urgent_ws_bg;
char *urgent_ws_fg;
};