use urgent_ws color in swaybar if binding_mode is undefined

This commit is contained in:
D.B 2016-11-02 17:09:34 +01:00
parent d3e55f88ec
commit 39ee0ec552
4 changed files with 30 additions and 6 deletions

View file

@ -163,6 +163,10 @@ struct bar_config {
char binding_mode_border[10];
char binding_mode_bg[10];
char binding_mode_text[10];
bool has_binding_mode_border;
bool has_binding_mode_bg;
bool has_binding_mode_text;
} colors;
};