aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index c41bb8b3..9b3cc60c 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -148,6 +148,9 @@ struct bar_config {
char background[10];
char statusline[10];
char separator[10];
+ char focused_background[10];
+ char focused_statusline[10];
+ char focused_separator[10];
char focused_workspace_border[10];
char focused_workspace_bg[10];
char focused_workspace_text[10];
@@ -164,6 +167,10 @@ struct bar_config {
char binding_mode_bg[10];
char binding_mode_text[10];
+ bool has_focused_background;
+ bool has_focused_statusline;
+ bool has_focused_separator;
+
bool has_binding_mode_border;
bool has_binding_mode_bg;
bool has_binding_mode_text;